ComponentOccurrence.OccurrencePropertySetsEnabled Property
Parent Object: ComponentOccurrenceDescription
Read-write property that gets and sets whether this occurrence has a PropertySets object.
Syntax
ComponentOccurrence.OccurrencePropertySetsEnabled() As BooleanProperty Value
This is a read/write property whose value is a Boolean.Samples
Name | Description |
Print instance properties of all components in an assembly | This sample demonstrates how to get the instance properties of all components in an assembly. |