AccessoryAspectAttachToAspect Method |
Attempt to attach to the desired aspect.
Namespace: Demo3D.ComponentsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxprotected abstract bool AttachToAspect(
VisualAspect aspect
)
Parameters
- aspect VisualAspect
- The aspect to attach to.
Return Value
BooleanTrue if the aspect attached successfully or false if it didn't.
See Also