DocumentVariablesCollectionRemove Method |
Removes an user-defined variable specified by a key.
Namespace:
Easymap.AddIn
Assembly:
Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntaxpublic void Remove(
string key
)
Public Sub Remove (
key As String
)
Parameters
- key
- Type: SystemString
Key of variable which will be removed.
See Also