AspectComponentBaseCopyAspect Method |
Copy an aspect.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic static ICopiedAspects CopyAspect(
AspectComponentBase acb
)
Parameters
- acb AspectComponentBase
- The aspect to copy.
Return Value
ICopiedAspectsAn
ICopiedAspects object containing the aspect if copying was successful, or null if unsuccessful.
See Also