Layer.GetCustomLineType Method
Parent Object: LayerDescription
Method that returns information regarding the custom line type in use, or a failure if it is not a kCustomLineType.
Syntax
Layer.GetCustomLineType( LineTypeName As String, LineTypeDescription As String )Parameters
Name | Type | Description |
LineTypeName | String | The name of the custom line type in use. |
LineTypeDescription | String | The description of the line type in use. |