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


ISpatialReferenceResolution.SetDefaultMResolution Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISpatialReferenceResolution Interface > ISpatialReferenceResolution.SetDefaultMResolution Method
ArcGIS Developer Help

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 Samples

Creating a toolbar of globe tools