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


IRepresentationGraphics Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IR > IRepresentationGraphics Interface
ArcGIS Developer Help

IRepresentationGraphics Interface

Provides access to the content of a RepresentationGraphics object.

Product Availability

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

Members

Name Description
Method Add Adds a new component in a representation graphic.
Method ChangeGeometry Changes a geometry in a representation graphic.
Method Next Retrieves the next component in a representation graphic.
Method NextGeometry Accesses the next geometry in a representation graphic.
Method Remove Removes a component in a representation graphic.
Method RemoveAll Removes all components in a representation graphic.
Method Reset Resets the enumeration of components in a representation graphic.
Method ResetGeometry Resets the geometry enumeration in a representation graphic.

Classes that implement IRepresentationGraphics

Classes Description
RepresentationGraphics An object defining a free representation.
RepresentationMarker A representation marker object.

Remarks

Use IRepresentationGraphics interface to create new or manage an existing RepresentationGraphics or RepresentationMarker object. When a feature representation is converted to a free representation, the result is a representation graphics object.

Add method can be used to add geometries to a RepresentationGraphics or RepresentationMarker object. This method takes arguments such as geometry and representation rule. The geometry is in map coordinates.