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


IDEFeatureClass.HasM Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDEFeatureClass Interface > IDEFeatureClass.HasM Property
ArcGIS Developer Help

IDEFeatureClass.HasM Property

Indicates if the feature class supports Ms.

[Visual Basic .NET]
Public Property HasM As Boolean
[C#]
public bool HasM {get; set;}
[C++]
HRESULT get_HasM(
  Boolean* HasM
);
[C++]
HRESULT put_HasM(
  VARIANT_BOOL HasM
);
[C++]
Parameters
HasM [out, retval]

HasM is a parameter of type bool* HasM [in]
HasM is a parameter of type bool

Product Availability

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

See Also

IDEFeatureClass Interface