Click or drag to resize

VisualCustomPropertyDefined Method

Determine whether a given custom property name is defined.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 10.0.0.6737
Syntax
C#
public bool CustomPropertyDefined(
	string name
)

Parameters

name
Type: SystemString
Name of custom property to check for the existence of.

Return Value

Type: Boolean
true if the custom property is defined, otherwise false.
See Also