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