Shape.RootShape Property

Visio Automation Reference

Returns the top-level shape of an instance if this shape is part of a master instance. Read-only.

Version Information
 Version Added:  Visio 2002

Syntax

expression.RootShape

expression   A variable that represents a Shape object.

Return Value
Shape

Remarks

If this shape is not part of a master instance, the RootShape property returns Nothing.

See Also