Click or drag to resize

AspectComponentBaseCopyAspects(IEnumerableAspectComponentBase) Method

Copy a collection of aspects.

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

Parameters

acbs  IEnumerableAspectComponentBase
The aspect collection to copy.

Return Value

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