HatchBoundaryPathTypeFlags Enumeration
|
Defines the boundary path type of the hatch.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax [FlagsAttribute]
public enum HatchBoundaryPathTypeFlags
<FlagsAttribute>
Public Enumeration HatchBoundaryPathTypeFlags
[FlagsAttribute]
public enum class HatchBoundaryPathTypeFlags
[<FlagsAttribute>]
type HatchBoundaryPathTypeFlags
[FlagsAttribute]
enum HatchBoundaryPathTypeFlags
Members
| Member name | Value | Description |
---|
| Default | 0 |
Default.
|
| External | 1 |
External.
|
| Polyline | 2 |
Polyline.
|
| Derived | 4 |
Derived.
|
| Textbox | 8 |
Text box.
|
| Outermost | 16 |
Outermost.
|
Remarks Bit flag.
See Also