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