documentationfor yFiles for HTML 3.0.0.3

Usages of ICollection

Properties

keysin HashMap
valuesin HashMap
keysin IMapA ICollection<T> of the keys of this dictionary.
valuesin IMapA ICollection<T> of the values of this dictionary.
itemsin ItemCollectionGets or sets a collection of items.
fixedNodesin GraphSnapContextGets the nodes that stay fixed for the current edit.
handlesin HandlesRenderTagGets the handles to render.
availableCommandsin NavigationInputModeGets the list of commands that are available in this instance.
availableCommandsin OverviewInputModeGets the list of commands that are available in this instance.
itemsin CompositeLayoutDataGets or sets a collection of composed layout data objects.
routedMultiEdgesResultin ParallelEdgeRouterDataGets the edge collection that, after the layout run, will contain all multi-edges that were routed and not treated as leading edges.
sourcePortCandidatesin PathSearchRequestGets the source LayoutPortCandidates associated with this path request and describing how the path must connect to the source obstacle.
targetPortCandidatesin PathSearchRequestGets the target LayoutPortCandidates associated with this path request and describing how the path must connect to the target obstacle.
nonTreeEdgesResultin TreeReductionStageDataGets the edge collection that after the layout run will contain all edges that were selected to become non-tree edges by the TreeReductionStage.

Method Return Values

from (ICollection<T>)in ICollectionCreates a ICollection<T> instance from the given object by performing automatic type conversion.

Method Parameters

bipartition (LayoutGraph, ICollection<LayoutNode>, ICollection<LayoutNode>)in LayoutGraphAlgorithmsCalculates a bipartition of the specified graph, if one exists.
copyTo (ICollection<T>)in ResultItemCollectionCopies the contents of this collection to another collection.
from (ICollection<T>)in ICollectionCreates a ICollection<T> instance from the given object by performing automatic type conversion.
ObservableCollection (ICollection<T>?)in ObservableCollectionCreates a new instance.
CollectSnapResultsEventArgs (IInputModeContext, Point, Point, number, number, ICollection<SnapResult>)in CollectSnapResultsEventArgsCreates a new instance of the event arguments using the provided values for initialization.

Implementing Types

IListA read-write list- or array-like collection of objects of the same type.
IMapA collection of value objects which are mapped to key objects and can be queried using their keys.
IObservableCollectionThe interface for a collection that will notify registered event handlers of changes to its contents.