Contact Us
Contact our corporate or local offices directly.
Parent page: Schematic Query Functions - Membership Checks
Returns all child objects of objects whose Object Kind property complies with the Query.
Object_ObjectKind(Parent) = ObjectKind_String
Object_ObjectKind(Parent) <> ObjectKind_String
ObjectKind_String
specifies the object kind and must be one of the following strings:
'Part'
'Pin'
'Port'
Object_ObjectKind(Parent) = 'Sheet Symbol'
Returns all child objects of sheet symbol objects.
Object_ObjectKind(Parent) <> 'Parameter Set'
Returns all objects except for child objects of parameter set objects.
Object_ObjectKind(Parent) = 'Part'
Returns all child objects of part objects.
Object_ObjectKind(Parent) = ''
Returns all objects which do not have a parent object.
ObjectKind_String
are mandatory.
Contact our corporate or local offices directly.