This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IS > ISpatialReferenceResolution Interface > ISpatialReferenceResolution.SetDefaultMResolution Method (ArcObjects .NET 10.4 SDK) |
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
);
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.