VisibleAllLayer

<< Click to Display Table of Contents >>

Navigation:  MyCAD > Methods >

VisibleAllLayer

public void VisibleAllLayer()

 

Description:

 Make all layer(s) visible.

 

Example:

 private void button1_Click(object sender, System.EventArgs e)

 {

         myCAD1.VisibleAllLayer();

 }

 

See also:

 VisibleLayerById

 VisibleLayerByName