ArcObjects Library Reference (Geometry)  

IEnumCurve.Segment Property

The segment covering the current distance of this curve iterator.

[Visual Basic .NET]
Public ReadOnly Property Segment As ISegment
[C#]
public ISegment Segment {get;}
[C++]
HRESULT get_Segment(
  ISegment** Segment
);
[C++]

Parameters

Segment [out, retval]

  Segment is a parameter of type ISegment

Product Availability

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

Description

Returns the segment at the current distance along the enumerated curve referenced by the distance iterator.

See Also

IEnumCurve Interface