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