MarkStyle.SetFrontCustomLineType Method
Parent Object: MarkStyleDescription
Method that sets a the style to use custom line type from the specified .lin file.
Syntax
MarkStyle.SetFrontCustomLineType( FullFileName As String, LineTypeName As String, ReplaceExisting As Boolean )Parameters
Name | Type | Description |
FullFileName | String | The full path and file name of the .lin file. |
LineTypeName | String | The linetype name specified in the .lin file. |
ReplaceExisting | Boolean | Indicates whether to override an existing line type of the same name. |