Click or drag to resize

Catalog Constructor

Create a new catalog.

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