www.kxcad.net Home > Electronic Index > Altium(Protel) Index
Summary
Off Sheet Style.
Description
Returns all Off Sheet Connector objects having an Off Sheet Style property that complies with the Query.
Note: The OffSheetStyle property is only defined for Off Sheet Connector objects.
Syntax
OffSheetStyle = OffSheetStyle_String
OffSheetStyle <> OffSheetStyle_String
OffSheetStyle_String must be one of the strings from the following list:
'Left' , 'Right'
Note: The single quote characters (') shown at the start and end of each OffSheetStyle_String are both mandatory.
Examples
OffSheetStyle = 'Right'
Returns all Off Sheet Connector objects that have a 'Right' Off Sheet Style property.
OffSheetStyle <> 'Left'
Returns all objects except Off Sheet Connector objects that have a 'Left' Off Sheet Style property. (Only Off Sheet Connector objects have an OffSheetStyle property, so all remaining types of objects do not have a 'Left' OffSheetStyle property, and are thus also returned by this Query.)