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