Click or drag to resize

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
Syntax
C#
public CustomProperty FindCustomProperty(
	string propertyName
)

Parameters

propertyName
Type: SystemString
Custom property name to search for.

Return Value

Type: CustomProperty
true if propertyName exists as a custom property, otherwise false.
See Also