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


IAttachmentManager.UpdateAttachment Method (ArcObjects .NET 10.5 SDK)
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