The composition of the instance and another map.

Namespace: TPSA
Assembly: TPSA (in TPSA.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public TPSAMaps Compose(
	ref TPSAMaps a
)
Visual Basic
Public Function Compose ( _
	ByRef a As TPSAMaps _
) As TPSAMaps
Visual C++
public:
TPSAMaps^ Compose(
	TPSAMaps^% a
)

Parameters

a
Type: TPSA..::..TPSAMaps%
The instance is composed with this argument.

Return Value

The map that is the composition of the two maps.

Remarks

Creates a new object. The instance is not modified.

See Also