Click or drag to resize

P4MapApiJoin Method (P4MapApi, P4MapApi)

Combine two MapApis to create a new MapApi

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

Parameters

left
Type: Perforce.P4P4MapApi
Pointer to the first map
right
Type: Perforce.P4P4MapApi
Pointer to the second map

Return Value

Type: P4MapApi
See Also