Contact Us
Contact our corporate or local offices directly.
Parent page: Schematic Query Functions - Fields
Returns all polyline objects whose Line Shape Size property complies with the Query.
LineShapeSize = LineShapeSize_String
LineShapeSize <> LineShapeSize_String
LineShapeSize_String
specifies the line shape size, and must be one of the following strings:
LineShapeSize = '
Small'
Returns all polyline objects whose Line Shape Size property is Small.
LineShapeSize <> '
Medium'
Returns all objects except polyline objects whose Line Shape Size property is Medium.
IsPolyline && LineShapeSize
<> 'Smallest'
Returns all polyline objects except those whose Line Shape Size property is Smallest.
LineShapeSize_String
are mandatory.
Contact our corporate or local offices directly.