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