ArcObjects Library Reference (Carto)  

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