Is1D Property

Read-only. A Boolean type property. A flag that indicates whether the shape is a 1D-shape (True) or a 2D-shape (False).

Applies to: Shape object

Syntax

[[Let] booleanRet =] object.Is1D

The Is1D property syntax has these parts:

Part Description
object Required. An expression that returns an instance of an object from the Applies to list.
booleanRet Optional. A Boolean type variable.

Remarks

The value of the Is1D property determines the behavior of the shape and which properties van be applied to the given instance of object. To find out the type of the shape (simple shape, group, etc.) use the ObjType property.

 

See Also

ObjType property