ArcObjects Library Reference (Carto)  

IMapLayerInfo4.HasAttributes Property

Indicates if the layer has attributes.

[Visual Basic .NET]
Public ReadOnly Property Fields As IFields
[C#]
public IFields Fields {get;}
[C++]
HRESULT get_HasAttributes(
  VARIANT_BOOL* hasAttr
);
[C++]

Parameters

hasAttr [out, retval]   hasAttr is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IMapLayerInfo4 Interface