Layer.LineType Property
Parent Object: LayerDescription
Property that gets and sets the line type override. Setting the property to kDefaultLineType restores the default line type. If the property returns kCustomLineType, the GetCustomLineType method can be used to get further details about the line type.
Syntax
Layer.LineType() As LineTypeEnumProperty Value
This is a read/write property whose value is a LineTypeEnum.Samples
Name | Description |
Moving sketch entities to a new layer | This sample demonstrates the creation of a new layer and moving sketch entities onto this newly created layer. |