ArcObjects Library Reference (Geometry)  

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