Share

DerivedAssemblyOccurrence.IsAssembly Property

Parent Object: DerivedAssemblyOccurrence

Description

Property that specifies whether this DerivedAssemblyOccurrence object represents a subassembly or a leaf part. This property is True in the case where it represents a subassembly. When it is a subassembly, the SubOccurrences property can be used to access the occurrences within this subassembly.

Syntax

DerivedAssemblyOccurrence.IsAssembly() As Boolean

Property Value

This is a read only property whose value is a Boolean.

Version

Introduced in version 5.3

Was this information helpful?