ExtendType Property

Specifies the line extension option to apply to all line objects.

Syntax

object.ExtendType [=enumExtendType]

Properties

The ExtendType property syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

enumExtendType

When to extend a line to the intersection.

Settings

The settings for enumExtendType are:

Constant

Value

Description

Always

0

Always extend lines.

ShorterthanHalf

1

Extend only when the extension is shorter than half the line.

ShorterThanSpecified

2

Extend only when the extension is shorter than the specified pixels.

 

Applies To