Instantiates a new layer.

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

Syntax

C#
public Layer(
	string name
)
Visual Basic (Declaration)
Public Sub New ( _
	name As String _
)
Visual C++
public:
Layer(
	String^ name
)

Parameters

name
Type: System..::.String
The name of the layer.

Remarks

The default color is black, the default line type is 'CONTINUOUS'.

See Also