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

Parameters

reasonForFailure
Type: SystemString

[Missing <param name="reasonForFailure"/> documentation for "M:Demo3D.Visuals.AspectComponentBase.CanAdd(System.String@)"]

Return Value

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