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: 19.00.00
Syntax
C#
protected DocumentVisualsEdit(
	Document document,
	IList visuals
)

Parameters

document  Document
The document that contains the edit.
visuals  IList
The collection of affected visuals.
See Also