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


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

IGraphicFeatures Interface

Array of Graphic Features

Product Availability

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

Members

Name Description
Method Add Adds a Graphic Feature.
Read-only property Count Graphic Feature count.
Read-only property Element The Graphic Feature at the specified position.
Method Insert Adds a Graphic Feature at the specified position.
Method Remove Removes the Graphic Feature at the specified position.
Method RemoveAll Removes all Graphic Features.

Classes that implement IGraphicFeatures

Classes Description
GraphicFeatures GraphicFeatures co-class.