| RenderSceneManagerAddDatabase Method (DataDatabase, Boolean, PatchworkEdition) |
Adds a database.
Namespace:
Lumiscaphe.Workshop.Interop
Assembly:
Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax public void AddDatabase(
DataDatabase database,
bool loadInMemory,
PatchworkEdition edition
)
public:
void AddDatabase(
DataDatabase^ database,
bool loadInMemory,
PatchworkEdition edition
)
Parameters
- database
- Type: Lumiscaphe.Workshop.InteropDataDatabase
The database to add. - loadInMemory
- Type: SystemBoolean
Tells if the database should be completely load in the Cpu memory.
If set to true, loading time will be increased.
- edition
- Type: Lumiscaphe.Workshop.InteropPatchworkEdition
Only open KDR exported from these editions of Patchwork 3D.
Exceptions Version Information Lumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also