ThicknessType Property

Specifies whether the thickness type for pipes can be stretched or is fixed.

Syntax

object.ThicknessType [= enumThicknessType]

Properties

The ThicknessType property syntax has these parts:

Part

Description

object

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

enumThicknessType

An enumeration that represents whether a pipe's thickness can be stretched or is fixed.

Valid entries:
0 – The pipe's thickness is always what is specified in the Thickness property.
1 – The pipe's thickness can be stretched to accommodate picture scaling.

Applies To