This document is archived and information here might be outdated.  Recommended version.


IGraphicAttributes.ID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IG > IGraphicAttributes Interface > IGraphicAttributes.ID Property
ArcGIS Developer Help

IGraphicAttributes.ID Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGraphicAttributes Interface