| AllLeafNodes |
Property that returns a flat collection of all the leaf nodes in the leader tree. This property will return Nothing if the HasRootNode property returns False. |
| AllNodes |
Property that returns a flat collection of all the nodes in the leader tree. This property will return Nothing if the HasRootNode property returns False. |
| Application |
Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned. |
| ArrowheadType |
Gets and sets the arrowhead type of the leader. |
| AttributeSets |
Property that returns the AttributeSets collection object associated with this object. |
| HasRootNode |
Property that returns if a root node exists for this leader. If False, there are no leader segments associated with this leader and the RootNode property will return Nothing. |
| Parent |
Property that returns the parent of this leader object. |
| RootNode |
Property that returns the root node of this leader. This property will return Nothing if the HasRootNode property returns False. |
| Type |
Returns an ObjectTypeEnum indicating this object's type. |