This document is archived and information here might be outdated. Recommended version. |
[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
);
[C++] Parameters LayerOrTableID [in]
LayerOrTableID is a parameter of type long idsOfAttachmentsToDelete [in]
idsOfAttachmentsToDelete is a parameter of type ILongArray*