MultiPropertyObjectEdit Constructor |
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.01.00
Syntaxpublic MultiPropertyObjectEdit(
Document document,
List<string> paths,
List<Object> oldValues,
List<Object> newValues,
IEnumerable<Object> owners
)
Parameters
- document Document
- The document containing the objects to be edited.
- paths ListString
- The list of property paths to be changed.
- oldValues ListObject
- The list of original values for each property.
- newValues ListObject
- The list of new values for each property.
- owners IEnumerableObject
- The collection of objects that own the properties being changed.
See Also