Skip to content

ITraceFeatureObject Interface

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

Members

Name Description
Read/write property AssetGroupCode Returns the asset group code.
Read/write property AssetTypeCode Returns the asset type code.
Read/write property FirstUnit Returns the first unit.
Read/write property GlobalID Returns the global ID.
Read/write property NetworkSourceID Returns the network source ID.
Read/write property NumUnits Returns the num units.
Read/write property ObjectID Returns the object ID.
Read/write property PositionFrom Returns the position from.
Read/write property PositionTo Returns the position to.
Read/write property TerminalID Returns the terminal ID.

ITraceFeatureObject.AssetGroupCode Property

Returns the asset group code.

Public Property AssetGroupCode As Integer 
public int AssetGroupCode {get; set;} 

ITraceFeatureObject.AssetTypeCode Property

Returns the asset type code.

Public Property AssetTypeCode As Integer 
public int AssetTypeCode {get; set;} 

ITraceFeatureObject.FirstUnit Property

Returns the first unit.

Public Property FirstUnit As Short 
public short FirstUnit {get; set;} 

ITraceFeatureObject.GlobalID Property

Returns the global ID.

Public Property GlobalID As Guid 
public Guid GlobalID {get; set;} 

ITraceFeatureObject.NetworkSourceID Property

Returns the network source ID.

Public Property NetworkSourceID As Integer 
public int NetworkSourceID {get; set;} 

ITraceFeatureObject.NumUnits Property

Returns the num units.

Public Property NumUnits As Short 
public short NumUnits {get; set;} 

ITraceFeatureObject.ObjectID Property

Returns the object ID.

Public Property ObjectID As Long 
public long ObjectID {get; set;} 

ITraceFeatureObject.PositionFrom Property

Returns the position from.

Public Property PositionFrom As Double 
public double PositionFrom {get; set;} 

ITraceFeatureObject.PositionTo Property

Returns the position to.

Public Property PositionTo As Double 
public double PositionTo {get; set;} 

ITraceFeatureObject.TerminalID Property

Returns the terminal ID.

Public Property TerminalID As Integer 
public int TerminalID {get; set;} 

Classes that implement ITraceFeatureObject

Classes Description
TraceFeatureObject Trace Feature Object.

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