XDataDictionaryRemove Method
|
Removes an
extended data with the specified application registry name from the current dictionary.
Namespace:
DXFReaderNET.Collections
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public bool Remove(
string appId
)
Public Function Remove (
appId As String
) As Boolean
public:
virtual bool Remove(
String^ appId
) sealed
abstract Remove :
appId : string -> bool
override Remove :
appId : string -> bool
METHOD Remove(
appId AS STRING
) AS LOGIC
Parameters
- appId
- Type: SystemString
The application registry name of the extended data to remove.
Return Value
Type:
BooleanTrue if the
extended data is successfully removed; otherwise, false.
Implements
IDictionaryTKey, TValueRemove(TKey)See Also