Index

Syntax

<Path>.Index → integer

The read-only attribute Index returns the numeric index of the graphic designated by <Path>.

Return Value

The return value has the data type integer.

Example

var index : integer := MyStation._3D.getGraphic("default", ["Wheels"].Index 
-- the Variable contains the numeric index of the graphic
var index : integer := Graphicgroup.Graphic("Wheels").Index 
-- the Variable contains the numeric index of the graphic
var Graphicgroup := MyStation._3D.getGraphic("default")

Related Topic

Name