AttributeDefinitionDictionaryRemove Method
|
Namespace:
DXFReaderNET.Collections
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public bool Remove(
string tag
)
Public Function Remove (
tag As String
) As Boolean
public:
virtual bool Remove(
String^ tag
) sealed
abstract Remove :
tag : string -> bool
override Remove :
tag : string -> bool
METHOD Remove(
tag AS STRING
) AS LOGIC
Parameters
- tag
- Type: SystemString
The tag of the attribute definition to remove.
Return Value
Type:
BooleanTrue if the
attribute definition is successfully removed; otherwise, false.
Implements
IDictionaryTKey, TValueRemove(TKey)See Also