![]() |
This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDEFeatureClass Interface > IDEFeatureClass.HasM Property (ArcObjects .NET 10.5 SDK) |
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(
VARIANT_BOOL* HasM
);
[C++]
HRESULT put_HasM(
VARIANT_BOOL HasM
);
[C++]
Parameters HasM [out, retval] HasM is a parameter of type VARIANT_BOOL HasM [in] HasM is a parameter of type VARIANT_BOOL