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


IGraphicFeatureLayer2.HasM Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGraphicFeatureLayer2 Interface > IGraphicFeatureLayer2.HasM Property
ArcGIS Developer Help

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