VisualSetCustomPropertyValueT Method  | 
 
            Set the value of a custom property or do nothing if it doesn't exist.
            
 
    Namespace: 
   Demo3D.Visuals
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxpublic void SetCustomPropertyValue<T>(
	string name,
	T value
)
Parameters
- name
 - Type: SystemString
Name of custom property to set the value for. - value
 - Type: T
The value to set the custom property to. 
Type Parameters
- T
 - Type of the custom property value.
 
See Also