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


IFeatureGeometryAccess.CanAccessGeometry Property (ArcObjects .NET 10.4 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(
  VARIANT_BOOL* canAccess
);
[C++]

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

Product Availability

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

See Also

IFeatureGeometryAccess Interface