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: 19.00.00
Syntax
C#
public class Folder

The CatalogFolder type exposes the following members.

Constructors
 NameDescription
Public methodCatalogFolderInitializes 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
 NameDescription
Public methodToString Returns the FullName of the catalog folder.
(Overrides ObjectToString)
Top
See Also