This document is archived and information here might be outdated. Recommended version. |
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