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


IFeatureGeometryAccess.CanAccessGeometry Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureGeometryAccess Interface > IFeatureGeometryAccess.CanAccessGeometry Property
ArcGIS Developer Help

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