Contact Us
Contact our corporate or local offices directly.
Parent page: Schematic Query Functions - Fields
Returns all part objects whose Display Mode property complies with the Query. Each part has a standard display mode, called Normal. In additiona, a part can have up to 255 alternate display modes (Alternate 1 - Alternate 255).
PartDisplayMode = PartDisplayMode_String
PartDisplayMode <> PartDisplayMode_String
PartDisplayMode_String
specifies the part display mode, and must be one of the following strings:
PartDisplayMode = '
Normal'
Returns all part objects whose Display Mode property is Normal.
PartDisplayMode <> '
Alternate 1'
Returns all objects except part objects whose Display Mode property is Alternate 1.
IsPart && PartDisplayMode
<> 'Normal'
Returns all part objects except those whose Display Mode property is Normal.
PartDisplayMode_String
are mandatory.
Contact our corporate or local offices directly.