Deletes the specified attachment.
            
        
        Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
 Syntax
Syntax
| C# | 
|---|
| public void DeleteAttachment( int index ) | 
| Visual Basic | 
|---|
| Public Sub DeleteAttachment ( _ index As Integer _ ) | 
| Visual C++ | 
|---|
| public: void DeleteAttachment( int index ) | 
Parameters
- index
- Type: System..::..Int32
 The index.
 
     
     
     
     
    