SetLayerNameById

<< Click to Display Table of Contents >>

Navigation:  MyCAD > Methods >

SetLayerNameById

public void SetLayerNameById(String layerName,Int32 layerId)

 

Description:

 Set the layer name by layer id

 

Parameter:

 layerName: The layer name that you want to set

 layerId: The layer id

 

Example:

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

 {

         myCAD1.SetLayerNameById("LayerOK",0);

 }

 

See also:

 SetLayerNameByName