Shape.AreaIU property (Visio)

Returns the area of a Shape object in internal units (square inches). Read-only.

Syntax

expression. AreaIU( _fIncludeSubShapes_ )

expression A variable that represents a Shape object.

Parameters

Name Required/Optional Data type Description
fIncludeSubShapes Optional Boolean False to exclude the area of subshapes. Area of subshapes is included by default.

Return value

Double

Remarks

Data graphic callout shapes (and their sub-shapes) that are applied to the parent shape are excluded from area calculations. If the parent shape is itself a data graphic callout shape, its geometry (and that of its sub-shapes) is not excluded from area calculations.

In versions before Microsoft Office Visio 2003, this property took no arguments.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.