Create a new catalog.
            
 
    Namespace: 
   Demo3D.Visuals
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
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