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
divideSourcedivideSource is a parameter of type IPolyline
numDivisions numDivisions is a parameter of type long divideHowdivideHow is a parameter of type esriConstructDivideEnum
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.