VisualAddTemporaryProperty(String, Type, Object) Method |
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.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic CustomProperty AddTemporaryProperty(
string name,
Type type,
Object val
)
Parameters
- name String
- Name of custom property to create.
- type Type
- Type of the custom property value.
- val Object
- Initial value of custom property.
Return Value
CustomPropertyThe newly created custom property object.
See Also