This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IG > IGraphicAttributes Interface > IGraphicAttributes.ID Property (ArcObjects .NET 10.4 SDK) |
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,
long* attrId
);
[C++]
Parameters attrIndex [in] attrIndex is a parameter of type long attrId [out, retval] attrId is a parameter of type long