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


ISegment.GetSubSegmentBetweenVertexAttributes Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISegment Interface > ISegment.GetSubSegmentBetweenVertexAttributes Method
ArcGIS Developer Help

ISegment.GetSubSegmentBetweenVertexAttributes Method

Gets the segment corresponding to the extent along the segment between the 'from' and 'to' attribute values.

[Visual Basic .NET]
Public Sub GetSubSegmentBetweenVertexAttributes ( _
    ByVal attributeType As esriGeometryAttributes, _
    ByVal fromAttribute As Double, _
    ByVal toAttribute As Double, _
    ByRef outSegment As ISegment _
)
[C#]
public void GetSubSegmentBetweenVertexAttributes (
    esriGeometryAttributes attributeType,
    double fromAttribute,
    double toAttribute,
    ref ISegment outSegment
);
[C++]
HRESULT GetSubSegmentBetweenVertexAttributes(
  esriGeometryAttributes attributeType,
  double fromAttribute,
  double toAttribute,
  ISegment** outSegment
);
[C++]
Parameters
attributeType 

attributeType is a parameter of type esriGeometryAttributes fromAttribute
fromAttribute is a parameter of type double toAttribute
toAttribute is a parameter of type double outSegment [out]
outSegment is a parameter of type ISegment**

Product Availability

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

See Also

ISegment Interface