This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IR > IRepresentationRule2 Interface > IRepresentationRule2.AttributesFromID Property (ArcObjects .NET 10.4 SDK) |
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