ITracePath Interface

Provides access to members that specify the properties of a trace path.

Members

Name Description
Read/write property Geometry Returns the geometry.
Read/write property Order Returns the order.
Read/write property PathConnectivity Returns the path connectivity.
Read/write property PathID Returns the path ID.
Read/write property StartingPoint Returns the starting point.
Read/write property 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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.