ArcObjects Library Reference (Display)  

IRepresentationGraphics Interface

Provides access to the content of a RepresentationGraphics object.

Product Availability

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

Members

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.

CoClasses that implement IRepresentationGraphics

CoClasses and 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.