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


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

IGraphicFeatureServer.UpdateAttachments Method

Updates Attachments.

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

LayerOrTableID is a parameter of type long attachmentDataArray [in]
attachmentDataArray is a parameter of type IAttachmentDataArray*

Product Availability

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

See Also

IGraphicFeatureServer Interface