Adds object(s) to the 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(
	Arc arc,
	Scene..::.Layer layer
)
Visual Basic (Declaration)
Public Sub Add ( _
	arc As Arc, _
	layer As Scene..::.Layer _
)
Visual C++
public:
void Add(
	Arc^ arc, 
	Scene..::.Layer^ layer
)

Parameters

arc
Type: ceometric.VectorGeometry..::.Arc
An arc.
layer
Type: ceometric.VectorGeometry..::.Scene..::.Layer
A layer the arc lies on.

Remarks

The color follows from the color of the layer.

See Also