Excuse me if I am repeating something that already exists in the forum, I recently-started my studies with AutoLISP, however, i already have experience with C #. Really need to learn AutoLISP or get the same results with the .NET libraries?
For example, I need to create a command que will allow me to draw the line on the surface and return the slope. Basically the code would need to collect the initial and final elevations intercepted by the line and with length of the line, return the slope calculus in percent.
How could I develop this code? With C # or AutoLISP? Both?