Query_Lang-SCHFunctions_Fields_OffSheetStyleOffSheetStyle_AD
Created: September 15, 2015 | Updated: August 17, 2021
| Applies to versions: 1.0, 1.1, 2.0, 2.1, 3.0, 3.1 and 3.2
Now reading version 3.1. For the latest, read: Query_Lang-SCHFunctions_Fields_OffSheetStyle((OffSheetStyle))_AD for version 4
Parent page: Schematic Query Functions - Fields
Summary
Returns all off sheet connector objects whose Off Sheet Style property complies with the Query.
Syntax
OffSheetStyle = OffSheetStyle_String
OffSheetStyle <> OffSheetStyle_String
OffSheetStyle_String
must be one of the following strings:
- 'Left'
- 'Right'
Example Usage
OffSheetStyle = '
Left'
Returns all off sheet connector objects whose Off Sheet Style property is Left.
OffSheetStyle <> '
Left'
Returns all objects except off sheet connector objects whose Off Sheet Style property is Left.
IsOffSheetConnector && OffSheetStyle
<> 'Right'
Returns all off sheet connector objects except those whose Off Sheet Style property is Right.
Tips
- The single quote characters (') at the start and end of
OffSheetStyle_String
are mandatory. - The Off Sheet Style property is only defined for off sheet connector objects.