SketchedSymbol.GetCustomLineType Method
Parent Object: SketchedSymbolDescription
Method that sets a custom line type to the entity from the specified .lin file. The method automatically changes the value of the LineType property to kCustomLineType.
Syntax
SketchedSymbol.GetCustomLineType( LineTypeName As String, LineTypeDescription As String )Parameters
Name | Type | Description |
LineTypeName | String | The linetype name specified in the .lin \file. |
LineTypeDescription | String | Output string that returns the \description of the line type. |