importContents(from:)
Replaces the layer’s contents with the layer file at the given path.
Declaration
func importContents(from path: FilePath) throwsParameters
- path:
The path of the layer file to read.
Replaces the layer’s contents with the layer file at the given path.
func importContents(from path: FilePath) throwsThe path of the layer file to read.