<< Click to Display Table of Contents >> GetLayersCount |
public Int32 GetLayersCount()
Description:
Get the layers count.
Return value:
return the layers count
Example:
private void button1_Click(object sender, System.EventArgs e)
{
Int32 layerCount = myCAD1.GetLayersCount();
}