Click or drag to resize

Catalog Constructor

Create a new catalog.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public 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