AddLeader |
Method that adds a leader branch with the input points. This is the equivalent of the 'Add Leader' command in the user interface. This method will succeed only if the HasRootNode property returns False (i.e. there are no existing leader segments). If there are existing leader segments, you should use the ModelLeaderNode.AddLeader method instead. |
Delete |
Method that deletes this leader node, optionally retaining any dependent nodes. |
GetReferenceKey |
Method that generates and returns the reference key for this entity. |
InsertNode |
Method that adds a leader node 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. |