Click or drag to resize

CatalogFolder Class

Class for implementing a folder or visual factories and folders within a catalog.
Inheritance Hierarchy
SystemObject
  Demo3D.VisualsCatalogFolder

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public class Folder

The CatalogFolder type exposes the following members.

Constructors
  NameDescription
Public methodCatalogFolder
Initializes a new instance of the CatalogFolder class
Top
Properties
  NameDescription
Public propertyFullName
The full path of the folder in the catalog (made from Parent and Name).
Public propertyIsRoot
Whether the folder is at the top level of the catalog or not.
Public propertyName
Name of the folder in the catalog.
Public propertyParent
Parent folder in the catalog (or empty for no parent).
Top
Methods
See Also