Click or drag to resize

DocumentVariablesCollectionItem Property

Gets a value of user-defined variable at the specified key.

Namespace: Easymap.AddIn
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public string this[
	string key
] { get; set; }

Parameters

key  String
Key of user-defined variable to get.

Return Value

String
See Also