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