DocumentVariablesCollection Class |
Namespace: Easymap.AddIn
The DocumentVariablesCollection type exposes the following members.
Name | Description | |
---|---|---|
Count |
Gets the number of user-defined variables actually contained in the list.
| |
Item |
Gets a value of user-defined variable at the specified key.
| |
Keys |
Returns an array of keys from all user-defined variables.
|
Name | Description | |
---|---|---|
GetEnumerator |
Returns an enumerator that iterates through the list of KeyValuePairTKey, TValues.
| |
Remove |
Removes an user-defined variable specified by a key.
|