Share

Layer.LineType Property

Parent Object: Layer

Description

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 LineTypeEnum

Property 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.

Version

Introduced in version 10

Was this information helpful?