ArcObjects Library Reference (Display)  

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,
  long* 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