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


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

IGraphicFeatureServer.DeleteAttachments Method

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

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