联系我们
联系原厂或当地办公室
Parent page: Schematic Query Functions - Fields
Returns all part objects whose Component Type property complies with the Query.
ComponentType = ComponentType_String
ComponentType <> ComponentType_String
ComponentType_String
must be one of the strings from the following list:
ComponentType = 'Graphical'
Returns all parts whose Component Type is Graphical
.
ComponentType <> 'Standard'
Returns all objects except parts whose Component Type is Standard
.
ComponentType_String
are mandatory.
联系原厂或当地办公室