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.0.0.0
Syntax
public string this[
	string key
] { get; set; }

Parameters

key
Type: SystemString
Key of user-defined variable to get.

Return Value

Type: String
See Also