Name | Description | |
---|---|---|
AppendToLinkChart | Appends a set of named object types and their records to the link chart map. This method must be called on the MCT. Use QueuedTask.Run. | |
CanAppendToLinkChart | Determines if the set of named object types and their records can be appended to the link chart map. | |
ClearRootNodes | Clears the root nodes for the link chart map view. This method must be called on the MCT. Use QueuedTask.Run. | |
GetLinkChartLayout | Gets the layout algorithm for the link chart map view. This method must be called on the MCT. Use QueuedTask.Run. | |
GetRootNodes | Gets the set of root nodes as a MapMemberIDSet. This method must be called on the MCT. Use QueuedTask.Run. | |
GetShowRootNodes | Gets whether root nodes are displayed for the link chart map view. | |
SelectAllRootNodes | Selects the existing set of root nodes defined on the link chart mapview. This method must be called on the MCT. Use QueuedTask.Run. | |
SelectRootNodes | Sets AND selects the root nodes for the link chart map view. Use an empty set of rootNodes to clear the existing set of root nodes and the selection. This method must be called on the MCT. Use QueuedTask.Run. | |
SetLinkChartLayoutAsync | Overloaded. | |
SetRootNodes | Sets the root nodes for the link chart map view. Use an empty set of rootNodes to clear the existing set of root nodes. This method must be called on the MCT. Use QueuedTask.Run. | |
SetShowRootNodes | Sets whether root nodes are displayed for the link chart map view. This method must be called on the MCT. Use QueuedTask.Run. |