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: 19.00.00
Syntax
C#
public MultiVisualPropertyEdit(
	Document document,
	IList visuals,
	string path,
	IList oldValues,
	IList newValues
)

Parameters

document  Document
The document containing the visuals to be edited.
visuals  IList
The collection of visuals whose property will be modified.
path  String
The property path to be changed.
oldValues  IList
The list of original values for each visual.
newValues  IList
The list of new values for each visual.
See Also