Get Screen Resolution

Retrieves screen resolution.

 

Input Arguments

 

0

Integer

Display (-1 = Primary)

Choose screen resolution display

 

Return Arguments

 

1

Integer

Integer Window Top Left X Position

Resolution will be in the top left x position.

2

Integer

Integer Window Top Left Y

Position

Resolution will be in the top left Y position.

3

Integer

Screen Width

The width of the screen resolution.

4

Integer

Screen Height

The height of the screen resolution.

Returned Status

 

SUCCESS

This command always succeeds.

 

Remarks

Using -1 will default to primary screen resolution.

 

Set Wild Card Asterisk Mode

Set the Auto Wrap behavior desired for all Wildcard search commands

 

Input Arguments

 

0

Boolean

Auto Wrap Search String?

TRUE = Auto Wrap [default bahvior]

 

Return Arguments

None.

 

Returned Status

 

SUCCESS

This command always succeeds.

 

Remarks

Traditionally MP wildcard search commands were set up to find as many matching names as possible. Each search string was automatically wrapped as *search string*. This allowed you to search for “P1” and find “AP123”. However, more granular control is required for some searches. Rather than add a boolean control to every MP command a global status was added that can be set using this command.

 

Lock/Unlock Trapping Control

Locks and unlocks trapping for Relationships, Datum, and Feature Checks

 

Input Arguments

 

0

Relationship Ref List

Relationship Ref List

The relatinships to lock or unlock trapping.

1

Feature Check Ref List

Feature Check Ref List

The feature checks to lock or unlock trapping.

2

Datum Ref List

Datum Ref List

The datums to lock or unlock trapping.

3

Boolean

Lock Out Trapping?

Whether to lock or unlock trapping.

 

Return Arguments

None.

 

Returned Status

 

SUCCESS

This command is always successfully.

 

Remarks

None.