[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