VisualFindCustomProperty Method |
Find a custom property by name if it exists. Otherwise return null.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic CustomProperty FindCustomProperty(
string propertyName
)
Parameters
- propertyName String
- Custom property name to search for.
Return Value
CustomPropertytrue if propertyName exists as a custom property, otherwise false.
See Also