Simple implementation of the IGraphSelection interface.

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

Syntax

C#
public class GraphSelection : IGraphSelection, 
	ISelectionModel<IModelItem>, IEnumerable<IModelItem>, IEnumerable
Visual Basic
Public Class GraphSelection _
	Implements IGraphSelection, ISelectionModel(Of IModelItem),  _
	IEnumerable(Of IModelItem), IEnumerable

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI.Model..::..GraphSelection

See Also