Eyeshot 10 WinForms API Reference
Remove(String) Method

WinForms Assembly > devDept.Eyeshot Namespace > BlockDictionary Class : Remove(String) Method
The object name to remove from this collection
Removes the first occurrence of a specific block from this collection.
Syntax
'Declaration
 
Public Shadows Function Remove( _
   ByVal name As String _
) As Boolean
public new bool Remove( 
   string name
)

Parameters

name
The object name to remove from this collection

Return Value

True if label is successfully removed; otherwise, false. This method also returns false if label was not found in this collection.
See Also

Reference

BlockDictionary Class
BlockDictionary Members