An interface for objects that can install a visual representation of
a selection decoration of an item in the model displayed in a canvas.
Namespace: yWorks.Canvas.ModelAssembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)
Syntax
| C# |
|---|
public interface ISelectionInstaller : IModelItemInstaller<Object> |
| Visual Basic |
|---|
Public Interface ISelectionInstaller _ Inherits IModelItemInstaller(Of Object) |
Remarks
This interface is a tagging sub interface of the IModelItemInstaller<(Of <(<'T>)>)>
which fixes the type of the items to Object.
This interface is used for Lookup(Type) operations.