Provides access to members that specify the properties of a trace path.
Members
Name | Description | |
---|---|---|
Geometry | Returns the geometry. | |
Order | Returns the order. | |
PathConnectivity | Returns the path connectivity. | |
PathID | Returns the path ID. | |
StartingPoint | Returns the starting point. | |
StoppingPoint | Returns the stopping point. |
ITracePath.Geometry Property
Returns the geometry.
Public Property Geometry As IGeometry
public IGeometry Geometry {get; set;}
ITracePath.Order Property
Returns the order.
Public Property Order As Integer
public int Order {get; set;}
ITracePath.PathConnectivity Property
Returns the path connectivity.
Public Property PathConnectivity As IArray
public IArray PathConnectivity {get; set;}
ITracePath.PathID Property
Returns the path ID.
Public Property PathID As Integer
public int PathID {get; set;}
ITracePath.StartingPoint Property
Returns the starting point.
Public Property StartingPoint As IUNLocation
public IUNLocation StartingPoint {get; set;}
ITracePath.StoppingPoint Property
Returns the stopping point.
Public Property StoppingPoint As IUNLocation
public IUNLocation StoppingPoint {get; set;}
Classes that implement ITracePath
Classes | Description |
---|---|
TracePath | Trace Path. |