VisualAddTemporaryProperty Method (String, Type, Object) |
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,
Type type,
Object val
)
Parameters
- name
- Type: SystemString
Name of custom property to create. - type
- Type: SystemType
Type of the custom property value. - val
- Type: SystemObject
Initial value of custom property.
Return Value
Type:
CustomPropertyThe newly created custom property object.
See Also