Get I-th Callout Position in Callout View

Returns the callout position of the specified index in the selected callout graphical view.

 

Input Arguments

 

0

Collection Callout View Name

Callout View

The name of the callout view to evaluate.

1

Integer

Callout View index

Callout index to evaluate

 

Return Arguments

 

2

Integer

X Position

Horizontal position in pixels across the screen

3

Integer

Y Position

Vertical position in pixels across the screen

4

Integer

X Anchor Point

Horizontal position of the leader line anchor point.

5

Integer

Y Anchor Point

Vertical position of the leader line anchor point.

6

Integer

Callout Width

Width of the callout in pixels

7

Integer

Callout Height

Height of the callout in pixels

 

Returned Status

 

SUCCESS

The callout properties was successfully returned.

FAILURE

The source callout view was not found.

 

Remarks

None.