Adds or removes the bottom and top covers to the surface.

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

Syntax

C#
public bool HasCover { get; set; }
Visual Basic (Declaration)
Public Property HasCover As Boolean
Visual C++
public:
property bool HasCover {
	bool get ();
	void set (bool value);
}

Field Value

True, if bottom and top cover are added to the surface, false otherwise.

Remarks

Default value is false.

See Also