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


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

IGraphicFeatureLayers.Add Method

Adds a GraphicFeatureLayer.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal GraphicFeatureLayer As IGraphicFeatureLayer _
)
[C#]
public void Add (
    IGraphicFeatureLayer GraphicFeatureLayer
);
[C++]
HRESULT Add(
  IGraphicFeatureLayer* GraphicFeatureLayer
);
[C++]
Parameters
GraphicFeatureLayer [in]

GraphicFeatureLayer is a parameter of type IGraphicFeatureLayer*

Product Availability

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

See Also

IGraphicFeatureLayers Interface