Creates a new TPSAMaps object with or without actually instantiating the components of the map.
Namespace: TPSAAssembly: TPSA (in TPSA.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public TPSAMaps( TPSAMaps..::..Create create = TPSAMaps..::..Create.Instantiate ) |
Visual Basic |
---|
Public Sub New ( _ Optional create As TPSAMaps..::..Create = TPSAMaps..::..Create.Instantiate _ ) |
Visual C++ |
---|
public: TPSAMaps( TPSAMaps..::..Create create = TPSAMaps..::..Create::Instantiate ) |
Parameters
- create (Optional)
- Type: TPSA..::..TPSAMaps..::..Create
Whether to instantiate the components of the map.
Remarks
At times it is expedient to create the TPSAMaps object but not instantiate
the TPSA components because they are shortly to be redefined in another step.