ArcObjects Library Reference (Geoprocessing)  

IGpSpRefObject.HasMPrecision Property

Indicates whether or not m-value precision information has been defined.

[Visual Basic .NET]
Public ReadOnly Property HasMPrecision As String
[C#]
public string HasMPrecision {get;}
[C++]
HRESULT get_HasMPrecision(
  BSTR* HasMPrecision
);
[C++]

Parameters

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

Product Availability

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

See Also

IGpSpRefObject Interface