Click or drag to resize

ISelectionManagerAddToSelection(IList) Method

Add visuals to the current selection

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
void AddToSelection(
	IList visuals
)

Parameters

visuals  IList

[Missing <param name="visuals"/> documentation for "M:Demo3D.Visuals.ISelectionManager.AddToSelection(System.Collections.IList)"]

See Also