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; }
Public Default Property Item (
key As String
) As String
Get
Set
Parameters
- key
- Type: SystemString
Key of user-defined variable to get.
Return Value
Type:
StringSee Also