AspectComponentBaseCopyAspects Method (IEnumerableAspectComponentBase) | 
 
            Copy a collection of aspects.
            
 
    Namespace: 
   Demo3D.Visuals
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxpublic static ICopiedAspects CopyAspects(
	IEnumerable<AspectComponentBase> acbs
)
Parameters
- acbs
 - Type: System.Collections.GenericIEnumerableAspectComponentBase
The aspect collection to copy. 
Return Value
Type: 
ICopiedAspectsAn 
ICopiedAspects object containing the aspects if copying was successful, or null if unsuccessful.
See Also