public TraceArgument( IEnumerable<Element> startingLocations )
Public Function New( _ ByVal startingLocations As IEnumerable(Of Element) _ )
Parameters
- startingLocations
- A set of starting locations from which to originate the trace.
TraceArgument
class using startingLocations.public TraceArgument( IEnumerable<Element> startingLocations )
Public Function New( _ ByVal startingLocations As IEnumerable(Of Element) _ )
Exception | Description |
---|---|
System.ArgumentNullException | startingLocations is null. -or- Any ArcGIS.Core.Data.UtilityNetwork.Element in startingLocations is null. |
System.ArgumentException | startingLocations is empty. |
Target Platforms: Windows 11, Windows 10, Windows 8.1