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


IRepresentationRule2.IDFromAttributes Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

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,
  long* 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