DrawingHatchPatternsManager.ExportHatchPatterns Method
Parent Object: DrawingHatchPatternsManagerDescription
Method that exports hatch patterns to a PAT file. If a file with the same name already exists, it will be overwritten.
Syntax
DrawingHatchPatternsManager.ExportHatchPatterns( DrawingHatchPatterns As Object, FullFileName As String )Parameters
Name | Type | Description |
DrawingHatchPatterns | Object | Input a single DrawingHatchPattern object or ObjectCollection that contains one or more DrawingHatchPattern objects to export. |
FullFileName | String | Input String value that specifies the full file name of the PAT(.pat) file being saved to. |