Gets or sets the linetype of the layer.

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

Syntax

C#
public Scene..::.Layer..::.DxfLineType LineType { get; set; }
Visual Basic (Declaration)
Public Property LineType As Scene..::.Layer..::.DxfLineType
Visual C++
public:
property Scene..::.Layer..::.DxfLineType LineType {
	Scene..::.Layer..::.DxfLineType get ();
	void set (Scene..::.Layer..::.DxfLineType value);
}

Field Value

The linetype of the layer.

See Also