| DataLayoutLoad Method |
Loads a DataLayout from the specified filename.
Namespace:
Lumiscaphe.Workshop.Interop
Assembly:
Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax public static DataLayout Load(
string filename
)
public:
static DataLayout^ Load(
String^ filename
)
Parameters
- filename
- Type: SystemString
The layout filename.
Return Value
Type:
DataLayoutThe loaded layout.
Version Information Lumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also