SinglePropertyEdit Constructor |
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxpublic SinglePropertyEdit(
Document document,
Visual visual,
string path,
Object oldValue,
Object newValue
)
Parameters
- document
- Type: Demo3D.VisualsDocument
The document containing the visual to be edited. - visual
- Type: Demo3D.VisualsVisual
The visual whose property will be modified. - path
- Type: SystemString
The property path to be changed. - oldValue
- Type: SystemObject
The original value of the property. - newValue
- Type: SystemObject
The new value for the property.
See Also