VisibleLayerById

<< Click to Display Table of Contents >>

Navigation:  MyCAD > Methods >

VisibleLayerById

public void VisibleLayerById(Int32 layerId)

 

Description:

 Make layer visible by layer id.

 

Parameter:

 layerId: Layer id

 

Example:

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

 {

         myCAD1.VisibleLayerById(0);

 }

 

See also:

 VisibleAllLayer

 VisibleLayerByName