ArcObjects Library Reference (Display)  

IRepresentationRule2 Interface

Provides access to members that control a representation rule.

Product Availability

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

Members

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.

CoClasses that implement IRepresentationRule2

CoClasses and Classes Description
RepresentationRule An object defining a representation rule.