Click or drag to resize

SinglePropertyEdit Constructor

Initializes a new instance of the SinglePropertyEdit class.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public SinglePropertyEdit(
	Document document,
	Visual visual,
	string path,
	Object oldValue,
	Object newValue
)

Parameters

document  Document
The document containing the visual to be edited.
visual  Visual
The visual whose property will be modified.
path  String
The property path to be changed.
oldValue  Object
The original value of the property.
newValue  Object
The new value for the property.
See Also