'Declaration Public Overloads Sub ToggleLayer( _ ByVal layerName As String, _ ByVal enable As Boolean _ )
'Usage Dim instance As ImGearDWGPage Dim layerName As String Dim enable As Boolean instance.ToggleLayer(layerName, enable)
Parameters
- layerName
 - The name of the layer to be toggled.
 - enable
 - Whether of not the layer should be visible.