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


IConstructGeometryCollection.ConstructDivideLength Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geometry)  

IConstructGeometryCollection.ConstructDivideLength Method

Locates additional points along the input polyline, spaced at a specified interval, and create either new segments, parts, or polylines depending on the value of divideHow.

[Visual Basic .NET]
Public Sub ConstructDivideLength ( _
    ByVal divideSource As IPolyline, _
    ByVal Length As Double, _
    ByVal asRatio As Boolean, _
    ByVal divideHow As esriConstructDivideEnum _
)
[C#]
public void ConstructDivideLength (
    IPolyline divideSource,
    double Length,
    bool asRatio,
    esriConstructDivideEnum divideHow
);
[C++]
HRESULT ConstructDivideLength(
  IPolyline* divideSource,
  double Length,
  VARIANT_BOOL asRatio,
  esriConstructDivideEnum divideHow
);
[C++]

Parameters divideSource
divideSource is a parameter of type IPolyline Length Length is a parameter of type double asRatio asRatio is a parameter of type VARIANT_BOOL divideHow
divideHow is a parameter of type esriConstructDivideEnum

Product Availability

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

See Also

IConstructGeometryCollection Interface