Overload | Description |
---|---|
GetNetworkDiagrams() | Gets the full list of NetworkDiagrams. This method must be called on the MCT. Use QueuedTask.Run. |
GetNetworkDiagrams(Envelope) | Gets the list of NetworkDiagrams which overlap with the specified extent. This method must be called on the MCT. Use QueuedTask.Run. |
GetNetworkDiagrams(IEnumerable<Guid>) | Gets the list of NetworkDiagrams which contain at least one of the specified features. This method must be called on the MCT. Use QueuedTask.Run. |
GetNetworkDiagrams(Envelope,IEnumerable<Guid>) | Gets the list of NetworkDiagrams which either overlap the specified extent or contain at least one of the specified features. This method must be called on the MCT. Use QueuedTask.Run. |