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


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

IGraphicsOutline Interface

Provides access to methods dealing with the outline of a graphics.

Product Availability

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

Members

Name Description
Method GetAllOutlineParts Constructs the entire drawing outline of a graphics.
Method HitTest Tests if a point is located on the graphics outline.
Method NextOutlinePart Hands back the next drawing outline part. It is necessary to call the Reset method before iterating with the NextOutlinePart method.
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.

Classes that implement IGraphicsOutline

Classes Description
Representation (esriGeoDatabase) A Feature Representation object.
RepresentationGraphics An object defining a free representation.
RepresentationMarker A representation marker object.