Combine two MapApis to create a new MapApi

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2017.3.160.836 (2017.3.160.0836)

Syntax

C#
public static P4MapApi Join(
	P4MapApi left,
	P4MapApi..::..Direction leftDir,
	P4MapApi right,
	P4MapApi..::..Direction rightDir
)
Visual Basic
Public Shared Function Join ( _
	left As P4MapApi, _
	leftDir As P4MapApi..::..Direction, _
	right As P4MapApi, _
	rightDir As P4MapApi..::..Direction _
) As P4MapApi
Visual C++
public:
static P4MapApi^ Join(
	P4MapApi^ left, 
	P4MapApi..::..Direction leftDir, 
	P4MapApi^ right, 
	P4MapApi..::..Direction rightDir
)

Parameters

left
Type: Perforce.P4..::..P4MapApi
Pointer to the first map
leftDir
Type: Perforce.P4..::..P4MapApi..::..Direction
Orientation of the first map
right
Type: Perforce.P4..::..P4MapApi
Pointer to the second map
rightDir
Type: Perforce.P4..::..P4MapApi..::..Direction
Orientation of the second map

Return Value

See Also