Description:
Writes a hatch pattern defintion to a file.
Syntax:
Parameters:
- filename
- Type: string
- Name of file to create. If file exists, it will be overwritten.
- hatchPattern
- Type: HatchPattern
- The hatch pattern to write.
Returns:
Type: bool
True if successful, False otherwise.
Remarks:
Output file is in AutoCAD .PAT format.
Available since:
8.15
Description:
Writes one or more hatch pattern defintions to a file.
Parameters:
- filename
- Type: string
- Name of file to create. If file exists, it will be overwritten.
- hatchPatterns
- Type: IEnumerable<HatchPattern>
- The enumeration of hatch patterns to write.
Returns:
Type: bool
True if successful, False otherwise.
Remarks:
Output file is in AutoCAD .PAT format.
Available since:
8.15