VisualGetCustomPropertyValue Method (String) |
Get the value of a custom property, or null if it doesn't exist.
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic Object GetCustomPropertyValue(
string name
)
Parameters
- name
- Type: SystemString
Name of custom property to get the value for.
Return Value
Type:
ObjectThe value of the custom property if it exists, otherwise null.
See Also