Click or drag to resize

P4MapApiJoin Method (P4MapApi, P4MapApiDirection, P4MapApi, P4MapApiDirection)

Combine two MapApis to create a new MapApi

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public static P4MapApi Join(
	P4MapApi left,
	P4MapApiDirection leftDir,
	P4MapApi right,
	P4MapApiDirection rightDir
)

Parameters

left
Type: Perforce.P4P4MapApi
Pointer to the first map
leftDir
Type: Perforce.P4P4MapApiDirection
Orientation of the first map
right
Type: Perforce.P4P4MapApi
Pointer to the second map
rightDir
Type: Perforce.P4P4MapApiDirection
Orientation of the second map

Return Value

Type: P4MapApi
See Also