Perforce API for the .Net CLR |
|
P4Map.Join Method
Joins two map objects to form the intersection of the two views.
[Visual Basic]
Public Shared Function Join( _
ByVal
left As
P4Map, _
ByVal
right As
P4Map _
) As
P4Map
Parameters
-
left
- Left-hand map.
-
right
- Right-hand map.
Return Value
P4Map object of the intersection of the two maps.
See Also
P4Map Class | P4API Namespace