LeaderNode Object
Description
The LeaderNode object represents a node in a leader.
Methods
AddLeader |
Method that adds a leader branch with the input points. This is the equivalent of the 'Add Leader' command in the user interface. |
Delete |
Method that deletes this leader node. |
GetReferenceKey |
Method that generates and returns the reference key for this entity. |
InsertNode |
Method that adds a LeaderNode at the specified position between two existing leader nodes. This is the equivalent of the 'Add Vertex' command in the user interface. This method does not apply for leaf nodes. |
Properties
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. |
AttachedEntity |
Gets and sets the attached entity of the leaf leader node. |
AttributeSets |
Property that returns the AttributeSets collection object associated with this object. |
ChildNodes |
Property that returns the children nodes under this node. The count will return 0 if the node is a leaf node. |
Parent |
Property that returns the parent of this leader node object. This could either be another LeaderNode object or the Leader object in case of a root node. |
Position |
Gets and sets the leader node location on the sheet. |
Type |
Returns an ObjectTypeEnum indicating this object's type. |
Accessed From
Leader.RootNode,
LeaderNode.InsertNode,
LeaderNodesEnumerator.Item
Samples
Version
Introduced in version 11