This document is archived and information here might be outdated. Recommended version. |
ID of graphic attributes.
[Visual Basic .NET]
Public Function get_ID ( _
ByVal attrIndex As Integer _
) As Integer
[C#]
public int get_ID (
int attrIndex
);
[C++]
HRESULT get_ID(
long attrIndex,
System.Int32* attrId
);
[C++] Parameters attrIndex [in]
attrIndex is a parameter of type long attrId [out, retval]
attrId is a parameter of type long*