Quantcast
Channel: MicroStation Programming Forum - Recent Threads
Viewing all articles
Browse latest Browse all 7260

[V8i C#/.NET] mdlDimStyle_setBoolIntProp

$
0
0

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);
   }
}


Viewing all articles
Browse latest Browse all 7260

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>