MultiPropertyObjectEdit Constructor  | 
  
    Namespace: 
   Demo3D.Visuals
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxpublic MultiPropertyObjectEdit(
	Document document,
	List<string> paths,
	List<Object> oldValues,
	List<Object> newValues,
	IEnumerable<Object> owners
)
Parameters
- document
 - Type: Demo3D.VisualsDocument
The document containing the objects to be edited. - 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. - owners
 - Type: System.Collections.GenericIEnumerableObject
The collection of objects that own the properties being changed. 
See Also