ArcObjects Library Reference (GeoDatabase)  

IAttachmentManager.UpdateAttachment Method

Updates the attachment.

[Visual Basic .NET]
Public Sub UpdateAttachment ( _
    ByVal Attachment As IAttachment _
)
[C#]
public void UpdateAttachment (
    IAttachment Attachment
);
[C++]
HRESULT UpdateAttachment(
  IAttachment* Attachment
);
[C++]

Parameters

Attachment [in]

  Attachment is a parameter of type IAttachment

Product Availability

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

See Also

IAttachmentManager Interface