<< Click to Display Table of Contents >> InVisibleLayerById |
public void InVisibleLayerById(Int32 layerId)
Description:
Set the layer hide by layer id.
Parameter:
layerId: Layer id
Example:
private void button1_Click(object sender, System.EventArgs e)
{
myCAD1.InVisibleLayerById(0);
}
See also: