DocumentVariablesCollectionItem Property |
Gets a value of user-defined variable at the specified key.
Namespace: Easymap.AddInAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic string this[
string key
] { get; set; }Public Default Property Item (
key As String
) As String
Get
Set
Parameters
- key String
- Key of user-defined variable to get.
Return Value
String
See Also