I am very happy to announce that Bentley AXSYS.Engine CONNECT Edition Update 1 (10.01.00.05) is available for download from Select: AXSYS.Engine CONNECT Edition Updates include: Datasheet support added for Office 365. The AXSYS i-model Engine is no longer part of AXSYS.Engine. Exports such as dgn and i.dgn that previously required the AXSYS i-model Engine are now handled internally. The Bentley.AXSYS.Framework dlls are now compiled with Visual Studio 2015 using .NET framework 4.6.1. Other changes to the .Net AXSYS Framework include: Bentley.AXSYS.Framework.AxeUtilities now has static versions of all its functions. Bentley.AXSYS.Framework.AxeUtilities has a new static function Rename. Rename an object and optionally its members by replacing part of the name. Bentley.AXSYS.Framework.AxeObject has a new property: public AxeObjectCollection Members - returns the objects members. Bentley.AXSYS.Framework.AxeObject has a new property: public AxeObject Parent - return the objects parent. Bentley.AXSYS.Framework.AxeSheet has a new function: public AxeObject GetAssociation(string attribute). Bentley.AXSYS.Framework.UIServices.AxeUISheet has a new function: public AxeError Refresh(). Bentley.AXSYS.Framework.AxeObjectCollection has a new function: public void SelectType(string type) - to remove all but the spcified type. Bentley.AXSYS.Framework.AxeDrawingDatabse and AxeLibraryDatabase have new functions for layer handling: public bool[] LoadLayers() public AxeError OmitAddLayer(int layer, bool add) public bool IslayerOn(int layer) public void SaveLayers(). Bentley.AXSYS.Framework.AxeDatabase has a new property for returning if it is one of the library types: public bool IsLibraryType. Bentley.AXSYS.Framework.UIServices has a new function to put a .NET form in a tabbed window like the drawings. (Not a docking window): public void HostAppWindowAsMDIChild(int childFormHwnd). Bentley.AXSYS.Framework.UIServices has a new class AxeCollectionCheckList that presents an AxeObjectCollection as a checklist to allow the user to select a subset. Bentley.AXSYS.Framework.UIServices has a new class AxeCollectionComboBox that presents an AxeObjectCollection as a combobox to allow the user to select one. The ReadMe file can be found here: Bentley AXSYS.Engine For more information on AXSYS.Engine, please visit: https://www.bentley.com/en/products/product-line/plant-design-software/bentley-axsysengine Thank you to everyone who was involved in helping get this release completed. Best regards, Tim Lawrence
↧