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


IDERepresentationClass.Attributes Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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