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


IDERepresentationClass.Attributes Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDERepresentationClass Interface > IDERepresentationClass.Attributes Property
ArcGIS Developer Help

IDERepresentationClass.Attributes Property

General attributes defined at the representation class level.

[Visual Basic .NET]
Public Property Attributes As IGraphicAttributes
[C#]
public IGraphicAttributes Attributes {get; set;}
[C++]
HRESULT get_Attributes(
  IGraphicAttributes** Attributes
);
[C++]
HRESULT putref_Attributes(
  IGraphicAttributes* Attributes
);
[C++]
Parameters
Attributes [out, retval]

Attributes is a parameter of type IGraphicAttributes** Attributes [in]
Attributes is a parameter of type IGraphicAttributes*

Product Availability

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

See Also

IDERepresentationClass Interface