dsHatchPatternInternalRegionDetection_e Enumeration Send Feedback
See Also 
Internal region detection types for hatch patterns.

Syntax

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

Members

MemberDescription
dsHatchPatternInternalRegionDetection_Ignore3 = Ignore the internal structure and hatch the entire area; hatch lines pass through text, block attributes, and 2D Solids
dsHatchPatternInternalRegionDetection_Normal1 = Create hatch patterns between alternate areas, starting with the outermost area
dsHatchPatternInternalRegionDetection_Outer2 = Create hatch patterns only in the outermost areas

See Also