Creates a new TPSAMaps object from a list of TPSA objects.
Namespace: TPSAAssembly: TPSA (in TPSA.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# | 
|---|
public TPSAMaps( params TPSA[] t )  | 
| Visual Basic | 
|---|
Public Sub New ( _ ParamArray t As TPSA() _ )  | 
| Visual C++ | 
|---|
public: TPSAMaps( ... array<TPSA^>^ t )  | 
Parameters
- t
 - Type: array<TPSA..::..TPSA>[]()[][]
The list of TPSA objects. 
Remarks
The elements of the argument are assigned element by element to the components of the new map.
Exceptions
| Exception | Condition | 
|---|---|
| [ApplicationException] | The number of elements in t is not the same as the number of variables in the TPSA. |