VisualAddTemporaryProperty Method (String, Object, String) |
Create a temporary custom property that won't persistent on disk when saved.
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 10.0.0.6737
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