ArcObjects Library Reference (Display)  

IRepresentationRule2.AttributesFromID Property

Retrieves the attribute list from an identifier.

[Visual Basic .NET]
Public Function get_AttributesFromID ( _
    ByVal AttrListID As Integer _
) As IGraphicAttributes
[C#]
public IGraphicAttributes get_AttributesFromID (
    int AttrListID
);
[C++]
HRESULT get_AttributesFromID(
  long AttrListID,
  IGraphicAttributes** attrList
);
[C++]

Parameters

AttrListID [in]   AttrListID is a parameter of type long attrList [out, retval]

  attrList is a parameter of type IGraphicAttributes

Product Availability

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

See Also

IRepresentationRule2 Interface