ArcObjects Library Reference  (Display)    

IGraphicAttributes.ID Property

ID of graphic attributes.

[Visual Basic 6.0]
Property ID(
    ByVal attrIndex As Long _
) As Long
[Visual Basic .NET]
Public Function get_ID ( _
    ByVal attrIndex As Integer _
) As Integer
[C#]
public int get_ID (
    int attrIndex
);
[Java]
public int getID (
    Long 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