_3D.inheritAttribute

Syntax

<Path>._3D.inheritAttribute(AttributeName:string)

The method _3D.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._3D.inheritAttribute("VisibleGraphicGroups")
Frame._3D.inheritAttribute("PlanningView") 
-- You can call the method for any of the view options.
-- This activates or deactivates inheritance of all view options.

Related Topics

View tab > Planning View, Inherit View Options

inheritAttribute