Click or drag to resize

AspectComponentBaseCopyAspect Method

Copy an aspect.

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

Parameters

acb
Type: Demo3D.VisualsAspectComponentBase
The aspect to copy.

Return Value

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