Click or drag to resize

MultiPropertyEdit Constructor

Initializes a new instance of the MultiPropertyEdit class.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
public MultiPropertyEdit(
	Document document,
	Visual visual,
	List<string> paths,
	List<Object> oldValues,
	List<Object> newValues
)

Parameters

document
Type: Demo3D.VisualsDocument
The document containing the visual to be edited.
visual
Type: Demo3D.VisualsVisual
The visual whose properties will be modified.
paths
Type: System.Collections.GenericListString
The list of property paths to be changed.
oldValues
Type: System.Collections.GenericListObject
The list of original values for each property.
newValues
Type: System.Collections.GenericListObject
The list of new values for each property.
See Also