- Contents
 
DesignerCOM API
II3IDVariables Interface
Overview
Derived From: IDispatch
Interface ID: {81849BFB-39EC-4D08-9A74-CE1C92D2340B}
The interface provides access to a collection of variables defined in the current handler.
Methods
| 
   Adds a native typed variable to the variables collection.  | 
	|
| 
   Add a variable of the specified type. VariableType can be either a VT_UNKNOWN or VT_DISPATCH pointer to an existing II3IDType or it can be a VT_BSTR with the following format: <ModuleName>::<TypeName>  | 
	|
| 
   Retrieves a variable by its index in the variable collection.  | 
	|
| 
   Retrieves a variable by its name in the variable collection.  | 
	
Properties
| 
   Returns the number of items in the collection.  | 
	|
| 
   Retrieves an XML document pointer that contains information about the variables.  | 
	

 
			 