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


IGraphicFeatureLayer2.HasM Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IGraphicFeatureLayer2.HasM Property

.

[Visual Basic .NET]
Public ReadOnly Property HasM As Boolean
[C#]
public bool HasM {get;}
[C++]
HRESULT get_HasM(
  Boolean* pHasM
);
[C++]

Parameters pHasM [out, retval]
pHasM is a parameter of type bool*

Product Availability

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

See Also

IGraphicFeatureLayer2 Interface