VisualAddTemporaryProperty Method (String, Type, 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: 18.03.00
Syntaxpublic CustomProperty AddTemporaryProperty(
	string name,
	Type type,
	Object val,
	string description
)
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. - description
 - Type: SystemString
Description of custom property. 
Return Value
Type: 
CustomPropertyThe newly created custom property object.
See Also