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