Click or drag to resize

MultiVisualPropertyEdit Constructor

Initializes a new instance of the MultiVisualPropertyEdit class.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
public MultiVisualPropertyEdit(
	Document document,
	IList visuals,
	string path,
	IList oldValues,
	IList newValues
)

Parameters

document
Type: Demo3D.VisualsDocument
The document containing the visuals to be edited.
visuals
Type: System.CollectionsIList
The collection of visuals whose property will be modified.
path
Type: SystemString
The property path to be changed.
oldValues
Type: System.CollectionsIList
The list of original values for each visual.
newValues
Type: System.CollectionsIList
The list of new values for each visual.
See Also