Maximum segment length in meters.
[Visual Basic .NET] Public Property MaxStepSize As Double
[C#] public double MaxStepSize {get; set;}
[C++]
HRESULT get_MaxStepSize(
double* pdStepSize
);
[C++]
HRESULT put_MaxStepSize(
double pdStepSize
);
[C++]Parameters
pdStepSize [out, retval] pdStepSize is a parameter of type double pdStepSize [in] pdStepSize is a parameter of type double
Product Availability
Available with ArcGIS Engine and ArcGIS Desktop.
Description
MaxStepSize is used to define the number of points by which the GeoPolyline will be densified. It takes the total distance along the polyline, divides by the desired MaxStepSize value, and then rounds the result so that the specified distance is not exceeded. It then equally spaces the computed points.