Click or drag to resize

CustomPropertyCollectionDefined Method

Is a custom property name defined.

Namespace:  Demo3D.Utilities
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public bool Defined(
	string name
)

Parameters

name
Type: SystemString
Custom property name to check for is it defined.

Return Value

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