This document is archived and information here might be outdated. Recommended version. |
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*