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


IGraphicFeatureServer.Add Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IGraphicFeatureServer.Add Method

[Visual Basic .NET]
Public Function Add ( _
    ByVal LayerOrTableID As Integer, _
    ByVal DataObjects As IDataObjects _
) As IEditResults
[C#]
public IEditResults Add (
    int LayerOrTableID,
    IDataObjects DataObjects
);
[C++]
HRESULT Add(
  long LayerOrTableID,
  IDataObjects* DataObjects,
  IEditResults** EditResults
);
[C++]

Parameters LayerOrTableID [in] LayerOrTableID is a parameter of type long DataObjects [in]
DataObjects is a parameter of type IDataObjects EditResults [out, retval]
EditResults is a parameter of type IEditResults

Product Availability

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

See Also

IGraphicFeatureServer Interface