inheritAttribute

Syntax

<Path>.inheritAttribute(AttributeName:string)

The method inheritAttribute activates inheritance of the attribute designated by AttributeName of the object designated <Path> if it was deactivated.

Parameter

The parameter AttributeName of data type string designates the name of the attribute.

Example

Conveyor.Sensors.ID1.inheritAttribute("Position")
Station.Failures.Failure.inheritAttribute("Availability")
Station.Imp.inheritAttribute("Priority")
Station._3D.inheritAttribute("VisibleGraphicGroups")

Related Topics

Instance

_3D.inheritAttribute