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


IRepresentationRule2.AttributesFromID Property (ArcObjects .NET 10.4 SDK)
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