Click or drag to resize

AspectComponentBaseCopyAspects Method (IEnumerableAspectComponentBase)

Copy a collection of aspects.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public static ICopiedAspects CopyAspects(
	IEnumerable<AspectComponentBase> acbs
)

Parameters

acbs
Type: System.Collections.GenericIEnumerableAspectComponentBase
The aspect collection to copy.

Return Value

Type: ICopiedAspects
An ICopiedAspects object containing the aspects if copying was successful, or null if unsuccessful.
See Also