Perforce API for the .Net CLR P4.Net

P4Map Constructor (String[])

Creates a P4Map object populated with the view defined by lines.

[Visual Basic]
Overloads Public Sub New( _
   ParamArray lines As String() _
)
[C#]
public P4Map(
   params string[] lines
);

Parameters

lines
Lines in the Map view.

See Also

P4Map Class | P4API Namespace | P4Map Constructor Overload List