Turn off tangency warning alerts using .net

Turn off tangency warning alerts using .net

f.rampf
Enthusiast Enthusiast
894 Views
4 Replies
Message 1 of 5

Turn off tangency warning alerts using .net

f.rampf
Enthusiast
Enthusiast

I was wondering if it is possible creating a new alignment using .net API and then disable the tangency warning alters to be displayed.

In https://forums.autodesk.com/t5/autocad-civil-3d-forum/warning-alert-for-alignments/td-p/3330537 it is explained how this is done within the Civil 3D environment but I want to do it automatically within my code.

Is that possible?

 

Kind regards,

Felix

0 Likes
Accepted solutions (2)
895 Views
4 Replies
Replies (4)
Message 2 of 5

Jeff_M
Consultant
Consultant
It does not appear that this property is exposed in the API.
Jeff_M, also a frequent Swamper
EESignature
0 Likes
Message 3 of 5

f.rampf
Enthusiast
Enthusiast

This is really unfortunate. Thank you very much for your answer though!

 

Kind regards,

Felix

0 Likes
Message 4 of 5

Jeff_M
Consultant
Consultant
Accepted solution
As a workaround, you could create a style that does not display the warning symbol and assign that style to the alignment.
Jeff_M, also a frequent Swamper
EESignature
Message 5 of 5

f.rampf
Enthusiast
Enthusiast
Accepted solution
Yeah I was thinking about that, it's a bit of an effort though.
I mean in the end the alert message shows for a reason so I guess I will just leave it and let the user (inside the program) decide what to do with it.
0 Likes