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


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

IGeometryDefEdit.HasM Property

Indicates if the feature class will support M values.

[Visual Basic .NET]
Public WriteOnly Property HasM_2
[C#]
public void HasM_2 {set;}
[C++]
HRESULT put_HasM(
  VARIANT_BOOL 
);
[C++]
Parameters
 [in]

is a parameter of type bool

Product Availability

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

See Also

IGeometryDefEdit Interface