This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IR > IRepresentationRule2 Interface > IRepresentationRule2.IDFromAttributes Property (ArcObjects .NET 10.5 SDK) |
Retrieves the identifier of an attribute list.
[Visual Basic .NET] Public Function get_IDFromAttributes ( _ ByVal attrList As IGraphicAttributes _ ) As Integer
[C#] public int get_IDFromAttributes ( IGraphicAttributes attrList );
[C++]
HRESULT get_IDFromAttributes(
IGraphicAttributes* attrList,
long* AttrListID
);
[C++]
Parameters attrList [in]
attrList is a parameter of type IGraphicAttributes AttrListID [out, retval] AttrListID is a parameter of type long