MultiVisualPropertyEdit Constructor |
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic MultiVisualPropertyEdit(
Document document,
IList visuals,
string path,
IList oldValues,
IList newValues
)
Parameters
- document Document
- The document containing the visuals to be edited.
- visuals IList
- The collection of visuals whose property will be modified.
- path String
- The property path to be changed.
- oldValues IList
- The list of original values for each visual.
- newValues IList
- The list of new values for each visual.
See Also