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


IMSegmentation.CalculateNonSimpleMs Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IM > IMSegmentation Interface > IMSegmentation.CalculateNonSimpleMs Method
ArcGIS Developer Help

IMSegmentation.CalculateNonSimpleMs Method

Redefines the non-simple Ms to be values obtained from interpolation of surrounding defined Ms, or extrapolation of Ms.

[Visual Basic .NET]
Public Sub CalculateNonSimpleMs ( _
)
[C#]
public void CalculateNonSimpleMs (
);
[C++]
HRESULT CalculateNonSimpleMs(
void
);

Product Availability

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

See Also

IMSegmentation Interface