| Visual Basic | |
|---|---|
Public Enum dsHatchPatternInternalRegionDetection_e Inherits System.Enum | |
| C# | |
|---|---|
public enum dsHatchPatternInternalRegionDetection_e : System.Enum | |
| JavaScript | |
|---|---|
dsHatchPatternInternalRegionDetection_e : String | |
| COM native C++ | |
|---|---|
enum dsHatchPatternInternalRegionDetection_e | |
| C++ | |
|---|---|
enum dsHatchPatternInternalRegionDetection_e | |
| Member | Description |
|---|---|
| dsHatchPatternInternalRegionDetection_Ignore | 3 = Ignore the internal structure and hatch the entire area; hatch lines pass through text, block attributes, and 2D Solids |
| dsHatchPatternInternalRegionDetection_Normal | 1 = Create hatch patterns between alternate areas, starting with the outermost area |
| dsHatchPatternInternalRegionDetection_Outer | 2 = Create hatch patterns only in the outermost areas |
Syntax