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: 15.0.2.11458
Syntax
C#
protected virtual bool CanAdd(
	ref string reasonForFailure
)

Parameters

reasonForFailure
Type: SystemString
The string reference to assign the reason for failure.

Return Value

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