ArcObjects Library Reference (Geometry)  

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