Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

0bf58391 7e84 0df2 4d3c b055997a73a1

haplokuon edited this page May 6, 2023 · 1 revision

Solid Property

netDxf 3.0.0 Library

Solid hatch pattern.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public static HatchPattern Solid { get; }

VB

Public Shared ReadOnly Property Solid As HatchPattern
	Get

C++

public:
static property HatchPattern^ Solid {
	HatchPattern^ get ();
}

F#

static member Solid : HatchPattern with get

Property Value

HatchPattern

Remarks

The predefined pattern values are based on the acad.pat file of AutoCAD.

See Also

Reference

HatchPattern Class
netDxf.Entities Namespace

Clone this wiki locally