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

Parameters

propertyName  String
Custom property name to search for.

Return Value

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