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


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

IGeometryDef.HasM Property

Indicates if the feature class has measure (M) values.

[Visual Basic .NET]
Public ReadOnly Property HasM As Boolean
[C#]
public bool HasM {get;}
[C++]
HRESULT get_HasM(
  VARIANT_BOOL* HasM
);
[C++]

Parameters HasM [out, retval] HasM is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGeometryDef Interface

.NET Related Topics

Working with fields