SetDiagLayerVis(string DiagramName, string LayerName, string LayerVisble, string PageName )
- Last UpdatedDec 01, 2022
- 1 minute read
SetDiagLayerVis(string DiagramName, string LayerName, string LayerVisble, string PageName )
Parameters:
-
DiagramName - Pass the Diagram DBElement to set the layer visible status.
-
LayerName - Pass the available LayerName on which page shape is present.
-
LayerVisible - Pass the boolean value in string format.
Description:
This command will set the layer visible status on the drawing.
Example:
!!SetDiagLayerVis ('/TEST','Equipment','true', Page-1)
Output:
Equipment visibility changed