Interface implemented by items that can be tagged with arbitrary objects.

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

Syntax

C#
public interface ITagOwner
Visual Basic
Public Interface ITagOwner

Remarks

The object held by implementations of this interface is usually a user defined object. Implementations don't depend on this tag. They just serve as a storage for the tag that will be used by other parts of the implementation.

See Also