Page.GetCallouts Method (Visio)

Returns the list of identifiers of the callout shapes on the page.

Version Information

Version Added: Visio 2010

Syntax

expression .GetCallouts(NestedOptions)

expression A variable that represents a Page object.

Parameters

Name

Required/Optional

Data Type

Description

NestedOptions

Required

VisContainerNested

A constant that indicates whether to exclude shapes on the page that are contained by containers or lists. See Remarks for possible values.

Return Value

Long()

Remarks

The NestedOptions parameter must be one of the following VisContainerNested constants.

Constant

Value

Description

visContainerIncludeNested

0

Include shapes that are in nested containers.

visContainerExcludeNested

1

Exclude shapes that are in nested containers.