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


IDEFeatureClass.HasM Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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(
  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

Product Availability

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

See Also

IDEFeatureClass Interface