public TraceArgument( IReadOnlyList<Element> startingLocations )
Public Function New( _ ByVal startingLocations As IReadOnlyList(Of Element) _ )
Parameters
- startingLocations
- A set of starting locations from which to originate the trace.
public TraceArgument( IReadOnlyList<Element> startingLocations )
Public Function New( _ ByVal startingLocations As IReadOnlyList(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 10, Windows 8.1, Windows 7