Query_Lang-SCHFunctions_Fields_ArrowKindArrowKind_AD
Created: September 14, 2015 | Updated: August 13, 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_ArrowKind((ArrowKind))_AD for version 4
Parent page: Schematic Query Functions - Fields
Summary
Returns all sheet entry objects whose Arrow Kind property complies with the Query.
Syntax
ArrowKind = ArrowKind_String
ArrowKind <> ArrowKind_String
ArrowKind_String
specifies the arrow kind and must be one of the following strings:
- 'Arrow'
- 'Arrow Tail'
- 'Block & Triangle'
- 'Triangle'
Example Usage
ArrowKind = '
Block & Triangle'
Returns all sheet entry objects whose Arrow Kind property is Block & Triangle.
ArrowKind <> '
Triangle'
Returns all objects except sheet entry objects whose Arrow Kind property is Triangle.
Tips
- The single quote characters (') at the start and end of
ArrowKind_String
are mandatory. - The Arrow Kind property is only defined for sheet entry objects.