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
Syntaxprotected virtual bool CanAdd(
ref string reasonForFailure
)
Parameters
- reasonForFailure
- Type: SystemString
The string reference to assign the reason for failure.
Return Value
Type:
BooleanTrue if the aspect can be added, false otherwise.
See Also