Click or drag to resize

DeleteSelectionEdit Constructor

Constructor.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
public DeleteSelectionEdit(
	Document document,
	ArrayList selection
)

Parameters

document
Type: Demo3D.VisualsDocument
The document on which to act.
selection
Type: System.CollectionsArrayList
The list of visuals that will be deleted.
See Also