User would like to re-enable the extension flag which is missed in ComApp.
I guess that the option is relative to DIMSTYLE_PROP_ExtensionLine_ShowAny_BOOLINT.
However, the "mdlDimStyle_setBoolIntProp" is not working. Glad if I could have some advise, e.g. dgnDimStyleP, valueIn, and iProperty.
class ABC { [DllImport("stdmdlbltin.dll")] private extern static void mdlDimStyle_setBoolIntProp(int dgnDimStyleP, int valueIn, int iProperty); public static gogogo() { mdlDimStyle_setBoolIntProp(0, 1, 211); } }