• AECOsim Connect/ Change Extents in Saved Views

    Hello everybody, I have problems with changing property "Extents" in such element as "Saved View". First I create Saved View with certain Extents, using this code Dim wPt As Point3d wPt.x = aX wPt.y = aY wPt.z = aZ ActiveDesignFile.Views(2).Extents…
  • Send Element information of selected objects to Excel, using VBA.

    Hello! I need to send Element information of selected objects (coordinates Start and End points) to the sertain List of Excel. How can I do it using VBA? Many thanks to all for your ideas! Artem
  • Editing Datagroup properties with VBA

    HAving re-registered the AutomationInstanceData.dll file I can now read all my datagroup properties for each element in a file. but this is a read only function. How can I change the value of a datagroup property using VBA ? e.g I want to…