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


IRepresentationRule2.AttributesFromID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IR > IRepresentationRule2 Interface > IRepresentationRule2.AttributesFromID Property
ArcGIS Developer Help

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