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.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2

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