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

Parameters

document
Type: Demo3D.VisualsDocument

[Missing <param name="document"/> documentation for "M:Demo3D.Visuals.MultiVisualPropertyEdit.#ctor(Demo3D.Visuals.Document,System.Collections.IList,System.String,System.Collections.IList,System.Collections.IList)"]

visuals
Type: System.CollectionsIList

[Missing <param name="visuals"/> documentation for "M:Demo3D.Visuals.MultiVisualPropertyEdit.#ctor(Demo3D.Visuals.Document,System.Collections.IList,System.String,System.Collections.IList,System.Collections.IList)"]

path
Type: SystemString

[Missing <param name="path"/> documentation for "M:Demo3D.Visuals.MultiVisualPropertyEdit.#ctor(Demo3D.Visuals.Document,System.Collections.IList,System.String,System.Collections.IList,System.Collections.IList)"]

oldValues
Type: System.CollectionsIList

[Missing <param name="oldValues"/> documentation for "M:Demo3D.Visuals.MultiVisualPropertyEdit.#ctor(Demo3D.Visuals.Document,System.Collections.IList,System.String,System.Collections.IList,System.Collections.IList)"]

newValues
Type: System.CollectionsIList

[Missing <param name="newValues"/> documentation for "M:Demo3D.Visuals.MultiVisualPropertyEdit.#ctor(Demo3D.Visuals.Document,System.Collections.IList,System.String,System.Collections.IList,System.Collections.IList)"]

See Also