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: 11.2.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