Provides access to the content of a RepresentationGraphics object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
Add | Adds a new component in a representation graphic. | |
ChangeGeometry | Changes a geometry in a representation graphic. | |
Next | Retrieves the next component in a representation graphic. | |
NextGeometry | Accesses the next geometry in a representation graphic. | |
Remove | Removes a component in a representation graphic. | |
RemoveAll | Removes all components in a representation graphic. | |
Reset | Resets the enumeration of components in a representation graphic. | |
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.