This document is archived and information here might be outdated. Recommended version. |
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*