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


IGraphicFeatureServer.AddAttachments Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IGraphicFeatureServer.AddAttachments Method

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

Parameters LayerOrTableID [in] LayerOrTableID is a parameter of type long attachmentDataArray [in]
attachmentDataArray is a parameter of type IAttachmentDataArray 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