Show / Hide Table of Contents

Interface ICatalog

Inherited Members
IPlugin.Assembly
IPlugin.FileName
IPlugin.Types
IPlugin.Logo
IPlugin.Text
Namespace: Experior.Interfaces
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
Type Description
ICatalogItem

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
void Clear()

ClearSelection()

Declaration
void ClearSelection()

CreateAssembly(ICatalogItem)

Declaration
IAssembly CreateAssembly(ICatalogItem catalogitem)
Parameters
Type Name Description
ICatalogItem catalogitem
Returns
Type Description
IAssembly
Back to top Generated by DocFX