This document is archived and information here might be outdated. Recommended version. |
Retrieves the attribute list from an identifier.
[Visual Basic .NET] Public Function get_AttributesFromID ( _ ByVal AttrListID As Integer _ ) As IGraphicAttributes
[C#] public IGraphicAttributes get_AttributesFromID ( int AttrListID );
[C++]
HRESULT get_AttributesFromID(
long AttrListID,
IGraphicAttributes** attrList
);
[C++] Parameters AttrListID [in]
AttrListID is a parameter of type long attrList [out, retval]
attrList is a parameter of type IGraphicAttributes**