Click or drag to resize

AspectComponentBaseCanAdd Method

Determine whether the aspect can be added to the AspectContainer.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
protected virtual bool CanAdd(
	ref string reasonForFailure
)

Parameters

reasonForFailure  String
The string reference to assign the reason for failure.

Return Value

Boolean
True if the aspect can be added, false otherwise.
See Also