Click or drag to resize

DocumentVariablesCollectionRemove Method

Removes an user-defined variable specified by a key.

Namespace: Easymap.AddIn
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public void Remove(
	string key
)

Parameters

key  String
Key of variable which will be removed.
See Also