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: 15.0.2.11458
Syntax
C#
public MultiPropertyEdit(
	Document document,
	Visual visual,
	List<string> paths,
	List<Object> oldValues,
	List<Object> newValues
)

Parameters

document
Type: Demo3D.VisualsDocument

[Missing <param name="document"/> documentation for "M:Demo3D.Visuals.MultiPropertyEdit.#ctor(Demo3D.Visuals.Document,Demo3D.Visuals.Visual,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.Object},System.Collections.Generic.List{System.Object})"]

visual
Type: Demo3D.VisualsVisual

[Missing <param name="visual"/> documentation for "M:Demo3D.Visuals.MultiPropertyEdit.#ctor(Demo3D.Visuals.Document,Demo3D.Visuals.Visual,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.Object},System.Collections.Generic.List{System.Object})"]

paths
Type: System.Collections.GenericListString

[Missing <param name="paths"/> documentation for "M:Demo3D.Visuals.MultiPropertyEdit.#ctor(Demo3D.Visuals.Document,Demo3D.Visuals.Visual,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.Object},System.Collections.Generic.List{System.Object})"]

oldValues
Type: System.Collections.GenericListObject

[Missing <param name="oldValues"/> documentation for "M:Demo3D.Visuals.MultiPropertyEdit.#ctor(Demo3D.Visuals.Document,Demo3D.Visuals.Visual,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.Object},System.Collections.Generic.List{System.Object})"]

newValues
Type: System.Collections.GenericListObject

[Missing <param name="newValues"/> documentation for "M:Demo3D.Visuals.MultiPropertyEdit.#ctor(Demo3D.Visuals.Document,Demo3D.Visuals.Visual,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.Object},System.Collections.Generic.List{System.Object})"]

See Also