Adds a scene to this scene.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public void Add(
	Scene scene
)
Visual Basic (Declaration)
Public Sub Add ( _
	scene As Scene _
)
Visual C++
public:
void Add(
	Scene^ scene
)

Parameters

scene
Type: ceometric.VectorGeometry..::.Scene
A scene to add.

Remarks

This method addes the elements of scene to the elements of this scene. The properties of this scene are not overwritten.

See Also