Click or drag to resize

AspectComponentBaseCopyAspect Method

Copy an aspect.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public static ICopiedAspects CopyAspect(
	AspectComponentBase acb
)

Parameters

acb  AspectComponentBase
The aspect to copy.

Return Value

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