This document is archived and information here might be outdated.  Recommended version.


ISegmentGraphCursor.CurrentTrace Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISegmentGraphCursor Interface > ISegmentGraphCursor.CurrentTrace Property
ArcGIS Developer Help

ISegmentGraphCursor.CurrentTrace Property

The current trace - a history of MoveTo/s and FinishMoveTo's within the segment graph since it was created or since the last call to Reset on this cursor.

[Visual Basic .NET]
Public ReadOnly Property CurrentTrace As IPolyline
[C#]
public IPolyline CurrentTrace {get;}
[C++]
HRESULT get_CurrentTrace(
  IPolyline** CurrentTrace
);
[C++]
Parameters
CurrentTrace [out, retval]

CurrentTrace is a parameter of type IPolyline**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISegmentGraphCursor Interface