Click or drag to resize

CustomPropertyCollectionDefined Method

Is a custom property name defined.

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

Parameters

name  String
Custom property name to check for is it defined.

Return Value

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