| Visual Basic | |
|---|---|
Public Enum dsHatchPatternType_e Inherits System.Enum | |
| C# | |
|---|---|
public enum dsHatchPatternType_e : System.Enum | |
| JavaScript | |
|---|---|
dsHatchPatternType_e : String | |
| COM native C++ | |
|---|---|
enum dsHatchPatternType_e | |
| C++ | |
|---|---|
enum dsHatchPatternType_e | |
| Member | Description |
|---|---|
| dsHatchPatternType_Custom | 2 = Specify a pattern determined by angle and spacing specifications |
| dsHatchPatternType_Predefined | 1 = Select a predefined pattern, including ISO and ANSI conforming patterns and patterns commonly used in specific industries |
| dsHatchPatternType_UserDefined | 0 = Select a pattern that you created |
Syntax