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


IFeatureGeometryAccess.CanAccessGeometry Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IFeatureGeometryAccess.CanAccessGeometry Property

Indicates whether the a feature layer gives access to the geometry of its features.

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

Parameters canAccess [out, retval]
canAccess is a parameter of type bool*

Product Availability

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

See Also

IFeatureGeometryAccess Interface