NumGraphics

Syntax

<Path>.NumGraphics → integer

The read-only attribute NumGraphics returns the number of direct child graphics index of the graphic or graphic group designated by <Path>.

Return Value

The return value has the data type integer.

Example

var count : integer := MyStation._3D.getGraphic("default", [1,2,4]).NumGraphics
var count : integer := MyStation._3D.getGraphic("deco", [1,2,4]).NumGraphics

Related Topic

_3D.getGraphic