This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISegmentGraphCursor Interface > ISegmentGraphCursor.CurrentTrace Property (ArcObjects .NET 10.4 SDK) |
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