Click or drag to resize

DocumentVisualsEdit Constructor

Constructor for a document edit that affects a list of visuals.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
protected DocumentVisualsEdit(
	Document document,
	IList visuals
)

Parameters

document
Type: Demo3D.VisualsDocument
The document that contains the edit.
visuals
Type: System.CollectionsIList
The collection of affected visuals.
See Also