VisualAddTemporaryProperty Method (String, Object, String) |
Create a temporary custom property that won't persistent on disk when saved.
The property will also be hidden in the user interface.
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic CustomProperty AddTemporaryProperty(
string name,
Object val,
string description
)
Parameters
- name
- Type: SystemString
Name of custom property to create. - val
- Type: SystemObject
Initial value of custom property. - description
- Type: SystemString
Description of custom property.
Return Value
Type:
CustomPropertyThe newly created custom property object.
See Also