Overload | Description |
---|---|
ApplyLayout(DiagramLayoutParameters) | Apply a predefined layout on all network diagram elements. This method must be called on the MCT. Use QueuedTask.Run. |
ApplyLayout(DiagramLayoutParameters,ServiceSynchronizationType) | Apply a predefined layout on all network diagram elements. This method must be called on the MCT. Use QueuedTask.Run. |
ApplyLayout(DiagramLayoutParameters,DiagramElementObjectIDs) | Apply a predefined layout on a subset of diagram elements. This method must be called on the MCT. Use QueuedTask.Run. |
ApplyLayout(DiagramLayoutParameters,DiagramElementObjectIDs,ServiceSynchronizationType) | Apply a predefined layout on a subset of diagram elements. This method must be called on the MCT. Use QueuedTask.Run. |