I

IModelItemCollector

An interface that allows input modes to collect IModelItems for various purposes.
Inheritance Hierarchy

Remarks

This is mainly used for HandleInputMode and MoveInputMode to allow access to the items that were affected during the respective operation.

See Also

API

affectedItems, affectedItems

Members

No filters for this type

Methods

Adds a model item to this collector instance.
abstract

Parameters

item: IModelItem
The model item to add.