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


IAttachmentManager.UpdateAttachment Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IA > IAttachmentManager Interface > IAttachmentManager.UpdateAttachment Method
ArcGIS Developer Help

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