This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IG > IGraphicsOutline Interface (ArcObjects .NET 10.5 SDK) |
Provides access to methods dealing with the outline of a graphics.
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 and Classes | Description |
---|---|
Representation (esriGeoDatabase) | A Feature Representation object. |
RepresentationGraphics | An object defining a free representation. |
RepresentationMarker | A representation marker object. |