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
Syntaxprotected 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:
BooleanTrue if the aspect can be added, false otherwise.
See Also