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


IEnumCurve.Segment Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEnumCurve Interface > IEnumCurve.Segment Property
ArcGIS Developer Help

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