Provides access to methods dealing with the outline of a graphics.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
GetAllOutlineParts | Constructs the entire drawing outline of a graphics. | |
HitTest | Tests if a point is located on the graphics outline. | |
NextOutlinePart | Hands back the next drawing outline part. It is necessary to call the Reset method before iterating with the NextOutlinePart method. | |
Reset | Resets the collection of drawing outline parts to the beginning, before calling NextOutlinePart. To be used when drawing outline of a graphics is accessed part by part. |
CoClasses that implement IGraphicsOutline
CoClasses and Classes | Description |
---|---|
Representation (esriGeoDatabase) | A Feature Representation object. |
RepresentationGraphics | An object defining a free representation. |
RepresentationMarker | A representation marker object. |