Share via


LengthIU Property [Visio 2003 SDK Documentation]

Returns the length (perimeter) of the Shape in internal units.

retval = object.LengthIU([fincludeSubShapes As Boolean = False])

retval    Double. The length (perimeter) of the object in internal units (inches).

object    Required. An expression that returns a Shape object.

fIncludeSubShapesAsBoolean = False   Optional Boolean. False to exclude the length of subshapes. Length of subshapes is included by default.

Version added

4.0

Remarks

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

Applies to | Shape object