This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDERepresentationClass Interface > IDERepresentationClass.Attributes Property (ArcObjects .NET 10.5 SDK) |
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