ArcObjects Library Reference (Geometry)  

IProjectedCoordinateSystem4GEN.HasMPrecision Method

Returns true when m-value precision information has been defined.

[Visual Basic .NET]
Public Function HasMPrecision ( _
) As Boolean
[C#]
public bool HasMPrecision (
);
[C++]
HRESULT HasMPrecision(
  VARIANT_BOOL* HasMPrecision
);
[C++]

Parameters

HasMPrecision [out, retval]   HasMPrecision is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IProjectedCoordinateSystem4GEN Interface