Click or drag to resize

HatchBoundaryPathTypeFlags Enumeration

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Defines the boundary path type of the hatch.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
[FlagsAttribute]
public enum HatchBoundaryPathTypeFlags
Request Example View Source
Members
  Member nameValueDescription
Default0 Default.
External1 External.
Polyline2 Polyline.
Derived4 Derived.
Textbox8 Text box.
Outermost16 Outermost.
Remarks
Bit flag.
See Also