SetLayer(string ShapeName,string LayerName )
- Last UpdatedDec 01, 2022
- 1 minute read
Parameters:
-
ShapeName - Pass the shape DBElement to set the layer.
-
LayerName - Pass the available LayerName on the page where a shape is present.
Description:
The command will add the shape to layers available in the shape sheet.
Example:
!!SetLayer ('/P150A', 'Equipment')
Output:
/P150A Shape has been successfully added to layer Equipment