Contact Us
Contact our corporate or local offices directly.
Parent page: Schematic Query Functions - Fields
Returns all parameter objects whose Text Vertical Anchor property complies with the Query.
TextVerticalAnchor = TextVerticalAnchor_String
TextVerticalAnchor <> TextVerticalAnchor_String
TextVerticalAnchor_String
specifies the anchor point, and must be one of the following strings:
TextVerticalAnchor = '
Top'
Returns all parameter objects whose Text Vertical Anchor property is Top.
TextVerticalAnchor <> '
Bottom'
Returns all objects except parameter objects whose Text Vertical Anchor property is Bottom.
IsParameter && TextVerticalAnchor
<> 'None'
Returns all parameter objects except those whose Text Vertical Anchor property is None.
TextVerticalAnchor_String
are mandatory.
Contact our corporate or local offices directly.