Create a new catalog.
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic Catalog(
IBuilder app,
string pathName = ""
)
Parameters
- app
- Type: Demo3D.VisualsIBuilder
Application to create the catalog for. - pathName (Optional)
- Type: SystemString
The full path of the catalog on disk for use when saving.
See Also