public IReadOnlyList<NetworkDiagram> GetNetworkDiagrams( Envelope extentOfInterest, IReadOnlyList<Guid> globalIDs )
Public Overloads Function GetNetworkDiagrams( _ ByVal extentOfInterest As Envelope, _ ByVal globalIDs As IReadOnlyList(Of Guid) _ ) As IReadOnlyList(Of NetworkDiagram)
Parameters
- extentOfInterest
- The extent ArcGIS.Core.Geometry.Envelope of interest where to search for overlapping network diagrams.
- globalIDs
- A list containing the global IDs of the input features.
Return Value
A list of NetworkDiagrams.