ArcObjects Library Reference (Geometry)  

ISpatialReferenceResolution.SetDefaultMResolution Method

Sets the m coordinate grid resolution to 1 mm for a low precision spatial reference or 1/10 mm for a high precision spatial reference.

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

Product Availability

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

Remarks

This method behaves analogously to the SetDefaultXYResolution method, but operates on the linear m coordinate grid. For a high-precision spatial reference the default MResolution is 0.0001 units; for a low-precision spatial reference the default MResolution is 0.001 units.

See Also

ISpatialReferenceResolution Interface

.NET Snippets

Create High Precision Spatial Reference

.NET Samples

Creating a toolbar of globe tools (Code Files: SpatialReference)