Click or drag to resize

DocumentVariablesCollection Class

Contains user-defined variables, which can be used in macros.
Inheritance Hierarchy

Namespace:  Easymap.AddIn
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.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
See Also