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


IRepresentationRule2.IDFromAttributes 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.IDFromAttributes Property
ArcGIS Developer Help

IRepresentationRule2.IDFromAttributes Property

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,
  System.Int32* AttrListID
);
[C++]
Parameters
attrList [in]

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

Product Availability

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

See Also

IRepresentationRule2 Interface