Method Open
Open(string, bool, bool)
Declaration
public static BuildLayout Open(string path, bool readHeader = true, bool readFullFile = false)
Parameters
| Type | Name | Description |
|---|---|---|
| string | path | Path to the BuildLayout json file on disk |
| bool | readHeader | If the basic header information should be read |
| bool | readFullFile | If the full build layout should be read |
Returns
| Type | Description |
|---|---|
| BuildLayout |