MultiPropertyEdit Constructor |
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic MultiPropertyEdit(
Document document,
Visual visual,
List<string> paths,
List<Object> oldValues,
List<Object> newValues
)
Parameters
- document Document
- The document containing the visual to be edited.
- visual Visual
- The visual whose properties will be modified.
- 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.
See Also