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


IRepresentationRule2 Interface (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
ArcGIS Developer Help

IRepresentationRule2 Interface

Provides access to members that control a representation rule.

Product Availability

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

Members

Name Description
Read-only property AttributesFromID Retrieves the attribute list from an identifier.
Method Draw Draws a layer of a representation rule. If index is -1, all layers are drawn.
Read/write property FeatureSeed Seed value to ensure stability of random effects. When drawing features, the object ID is used.
Read-only property IDFromAttributes Retrieves the identifier of an attribute list.
Method InsertLayer Adds a layer to the representation rule.
Read-only property Layer Layer at a given index.
Read-only property LayerCount Number of layers in the representation rule.
Method RemoveLayer Removes a layer from the representation rule.

Inherited Interfaces

Interfaces Description
IRepresentationRule Provides access to members that control a representation rule.

Classes that implement IRepresentationRule2

Classes Description
RepresentationRule An object defining a representation rule.