‹#›
© 2007 Autodesk
ADSK_BLack_BAR.png
ADN Developer Days 2007/8
Use the .NET CUI API to create CUI files - 2
§
§Use CustomizationSection.Save method after adding or changing UI elements
§
§Need to use commands to automatically see changes in AutoCAD  (SendStringToExecute)
§CUIUNLOAD, CUILOAD, WSCURRENT, -WSSAVE
§
§use p/Invoke for ads_queueexpr  to run CUI related commands at startup (for initialization issues)
§