Name

Syntax

<Path>.Name:string

The attribute Name sets the name of the graphic or graphic group designated by <Path>.

Note:

When you assign the attribute, Plant Simulation deactivates graphic inheritance.

Note:

You cannot change the name of the graphic group named default.

Note:

You cannot assign the attribute when the graphic is an automatically generated graphic group or when the graphic is located in an automatically generated graphic group.

Data Type of the Value You Can Assign

You can assign a value of data type string.

Example

Station._3D.getGraphic("default", [1]).Name := "MyGraphic"
var n:string := Station._3D.getGraphic("default", [1]).Name

Related Topics

_3D.InheritGraphics

_3D.getGraphic

_3D.renameGraphicGroup

Index