IntelliCAD 11.1 Object Library | |
SetPattern Method | |
See Also |
- Type
- The type of hatch pattern.
- PatternName
- The name of the hatch pattern.
Hatch Object : SetPattern Method |
Description
Sets the pattern name and type of the hatch
Syntax
Visual Basic |
---|
Public Sub SetPattern( _ ByVal Type As HatchType, _ ByVal PatternName As String _ ) |
Parameters
- Type
The type of hatch pattern.Value Description vicHatchPatternTypeCustomDefined Pattern name is located in a PAT other than the default. vicHatchPatternTypePreDefined Pattern name is predefined in the default PAT file. vicHatchPatternTypeUserDefined User defined pattern based on current linetype. - PatternName
- The name of the hatch pattern.