Click or drag to resize

DocumentEdit Constructor

Constructor for a document edit.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.04.00
Syntax
C#
protected DocumentEdit(
	Document document
)

Parameters

document
Type: Demo3D.VisualsDocument
The document that contains the edit.
See Also