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

fb1c66bd 5db3 6aff 7767 a8b85cbcd010

haplokuon edited this page May 6, 2023 · 1 revision

HatchBoundaryPathTypeFlags Enumeration

netDxf 3.0.0 Library

Defines the boundary path type of the hatch.

Definition

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

C#

[FlagsAttribute]
public enum HatchBoundaryPathTypeFlags

VB

<FlagsAttribute>
Public Enumeration HatchBoundaryPathTypeFlags

C++

[FlagsAttribute]
public enum class HatchBoundaryPathTypeFlags

F#

[<FlagsAttribute>]
type HatchBoundaryPathTypeFlags

Remarks

Bit flag.

Members

Default 0 Default.
External 1 External.
Polyline 2 Polyline.
Derived 4 Derived.
Textbox 8 Text box.
Outermost 16 Outermost.

See Also

Reference

netDxf.Entities Namespace

Clone this wiki locally