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


IConstructGeometryCollection.ConstructDivideEqual Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IC > IConstructGeometryCollection Interface > IConstructGeometryCollection.ConstructDivideEqual Method
ArcGIS Developer Help

IConstructGeometryCollection.ConstructDivideEqual Method

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

[Visual Basic .NET]
Public Sub ConstructDivideEqual ( _
    ByVal divideSource As IPolyline, _
    ByVal numDivisions As Integer, _
    ByVal divideHow As esriConstructDivideEnum _
)
[C#]
public void ConstructDivideEqual (
    IPolyline divideSource,
    int numDivisions,
    esriConstructDivideEnum divideHow
);
[C++]
HRESULT ConstructDivideEqual(
  IPolyline* divideSource,
  long numDivisions,
  esriConstructDivideEnum divideHow
);
[C++]
Parameters
divideSource 

divideSource is a parameter of type IPolyline* numDivisions
numDivisions is a parameter of type long divideHow
divideHow is a parameter of type esriConstructDivideEnum

Product Availability

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

See Also

IConstructGeometryCollection Interface