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: 15.0.2.11458
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