Interface ICatalog
Assembly: Experior.Interfaces.dll
Syntax
public interface ICatalog : IPlugin
Properties
DoubleClickSupported
Define whether DoubleClick is supported by the catalog
If 'true' then double clicking a catalog item in the catalog view, will try to create the catalog item on the scene next to the last created catalog item. 'false' will disable doublic click support.
Declaration
bool DoubleClickSupported { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Locked
Declaration
bool Locked { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Selected
Declaration
ICatalogItem Selected { get; set; }
Property Value
Visible
Gets or sets a value indicating whether this ICatalog is visible.
Declaration
bool Visible { get; set; }
Property Value
Type |
Description |
System.Boolean |
true if visible; otherwise, false .
|
Methods
Clear()
Declaration
ClearSelection()
Declaration
CreateAssembly(ICatalogItem)
Declaration
IAssembly CreateAssembly(ICatalogItem catalogitem)
Parameters
Returns