HatchPatternType Enumeration
|
Determines the hatch pattern type.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
public enum HatchPatternType
Public Enumeration HatchPatternType
public enum class HatchPatternType
Members
Member name |
Value |
Description |
UserDefined |
0 |
A user-defined pattern. This type allows users to define a
hatch pattern using a specified hatch entity linetype. |
PreDefined |
1 |
A predefined pattern. This type of hatch pattern is defined in
acad.pat and acadiso.pat files. |
CustomDefined |
2 |
A predefined pattern. This type of hatch pattern is defined in
its own .pat file. |
See Also