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