Selection.GetCallouts Method (Visio)
Returns the list of identifiers of the callout shapes in the selection.
Version Information
Version Added: Visio 2010
Syntax
expression .GetCallouts(NestedOptions)
expression A variable that represents a Selection object.
Parameters
Name |
Required/Optional |
Data Type |
Description |
---|---|---|---|
NestedOptions |
Required |
Indicates whether to exclude shapes in the selection 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. |