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


IMapLayerInfo3.HasAttributes Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapLayerInfo3 Interface > IMapLayerInfo3.HasAttributes Property
ArcGIS Developer Help

IMapLayerInfo3.HasAttributes Property

Indicates if the layer has attributes.

[Visual Basic .NET]
Public ReadOnly Property HasAttributes As Boolean
[C#]
public bool HasAttributes {get;}
[C++]
HRESULT get_HasAttributes(
  Boolean* hasAttr
);
[C++]
Parameters
hasAttr [out, retval]

hasAttr is a parameter of type bool*

Product Availability

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

See Also

IMapLayerInfo3 Interface