Click or drag to resize

DocumentVariablesCollection Class

Contains user-defined variables, which can be used in macros.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.Runtime.InteropServicesStandardOleMarshalObject
      BaseObject
        Easymap.AddInDocumentVariablesCollection

Namespace: Easymap.AddIn
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public class DocumentVariablesCollection : BaseObject, 
	IEnumerable<KeyValuePair<string, string>>, IEnumerable

The DocumentVariablesCollection type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the number of user-defined variables actually contained in the list.
Public propertyItem Gets a value of user-defined variable at the specified key.
Public propertyKeys Returns an array of keys from all user-defined variables.
Top
Methods
 NameDescription
Public methodGetEnumerator Returns an enumerator that iterates through the list of KeyValuePairTKey, TValues.
Public methodRemove Removes an user-defined variable specified by a key.
Top
See Also