Visual Studio c# windows Form application how to display autocad drawing with the layer in the Form
How to display autocad drawing (.DWG or .DXF) with the layer name in the Windows Application Form with C# ?
The user can select the line or object the layor name will active acoording to the line seleted.
The user can adjust the value parameter of the that layor which selected too.
How to coding it in C# ?