ArcObjects Library Reference  (GeoDatabase)    

IGeometryDef.HasM Property

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

[Visual Basic 6.0]
Property HasM As Boolean
[Visual Basic .NET]
Public ReadOnly Property HasM As Boolean
[C#]
public bool HasM {get;}
[Java]
public boolean isHasM()
throws
    IOException,
    AutomationException
[C++]
HRESULT get_HasM(
  VARIANT_BOOL* pbHasM
);
[C++]

Parameters

pbHasM [out, retval]

  pbHasM is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGeometryDef Interface

Example

IGeometryDef Example

 


Feedback Send feedback on this page