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(
	List<Arc> arcs,
	Scene..::.Layer layer
)
Visual Basic (Declaration)
Public Sub Add ( _
	arcs As List(Of Arc), _
	layer As Scene..::.Layer _
)
Visual C++
public:
void Add(
	List<Arc^>^ arcs, 
	Scene..::.Layer^ layer
)

Parameters

arcs
Type: System.Collections.Generic..::.List<(Of <(Arc>)>)
An generic list of 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