BlockageDiagram.GetOverlayText(StringArray, Array, Array, Array, Array) Method

Top 

Description

Fills the array arguments with the contents, location, and color of any overlay text associated with the blockage diagram.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Method Signature

BlockageDiagram.GetOverlayText(

StringArray contents,


Array xPositions,


Array yPositions,


Array positionModes,


Array colors)

 

 

Arguments

contents


Description:

A StringArray to hold the contents of each overlay text.

 

 

xPositions


Description:

An Array to hold the x positions of each overlay text.

 

 

yPositions


Description:

An Array to hold the y positions of each overlay text.

 

 

positionModes


Description:

An Array to hold the position modes of each overlay text.

 

 

colors


Description:

An Array to hold the colors of each overlay text.

 

 

 

Return Value

Type:

number

 

 

Returns the number of overlay texts.

 

Syntax

myVariable1 = myBlockageDiagram1.GetOverlayText(myStringArray1, myArray1, myArray2, myArray3, myArray4);

 

 

See also

BlockageDiagram Object

BlockageDiagram.GetOverlayText

Blockage Diagram Viewpoints Guide

Coverage and Contact Analysis Guide

Blockage Diagrams Guide