The interface used by items that belong to a model, that most of the utility classes for the CanvasControl can deal with.

Namespace: yWorks.Canvas.Model
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public interface IModelItem : ILookup, 
	ITagOwner
Visual Basic
Public Interface IModelItem _
	Inherits ILookup, ITagOwner

Remarks

This interface is a combining interface that adds no additional functionality to the ILookup and ITagOwner interfaces.

See Also