Tag Archives: Api

No Thumbnail

Tekla Open API: Insert Single Rebar

This article explains how you can add a single rebar to a concrete part in a Tekla Structure model using the Tekla Open API in VB.Net. – Step 1: Add reference to the Tekla.Structures.Model and Tekla.Structures library located in the path “C:Program FilesTekla Structures20.0ntbinplugins” and manually open

No Thumbnail

Open Google Earth Using VBA for Access. Google Earth API

This article explains how you can use VBA for Access to open google earth. Note: The google earth API will only be available if you have Google Earth installed on your computer. The first step would be to add reference to the Google Earth 1.0 Type Library. Note the

No Thumbnail

VB.Net Open Google Earth (Google Earth API)

This article explains how you can use VB.Net to open google earth. Note: The google earth API will only be available if you have Google Earth installed on your computer. The first step would be to add reference to the Google Earth 1.0 Type Library. Note the version might

No Thumbnail

VBA Excel, Hyperlink to Google Earth (Google Earth API)

This article explains how you can create a hyperlink in Excel to a google earth location. When the user clicks on the hyperlink google earth will launch and move to the specified location. In the figure below you can see the excel sheet with the hyperlinks: In

No Thumbnail

Open KML File Using VBA for Excel (Google API)

This article explains how you can use VBA for Excel to open a KML File. Note: The google earth API will only be available if you have Google Earth installed on your computer. The first step would be to add reference to the Google Earth 1.0 Type Library. Note

No Thumbnail

Open Google Earth Using VBA for Excel. Google Earth API

This article explains how you can use VBA for Excel to open google earth. Note: The google earth API will only be available if you have Google Earth installed on your computer. The first step would be to add reference to the Google Earth 1.0 Type Library. Note

No Thumbnail

VB.Net Open KML File (Google API)

This article explains how you can use VB.Net to open a KML File. Note: The google earth API will only be available if you have Google Earth installed on your computer. The first step would be to add reference to the Google Earth 1.0 Type Library. Note the version might

No Thumbnail

Open KML File Using VBA for Access(Google API)

This article explains how you can use VBA for Access to open a KML File. Note: The google earth API will only be available if you have Google Earth installed on your computer. The first step would be to add reference to the Google Earth 1.0 Type Library. Note the

No Thumbnail

VB.Net Open Tekla Structure Model (Tekla Open API)

This article explains how to open a Tekla Structure from VB.Net. – Step 1 The first step would be to add reference to the Tekla.Structures.Model.dll Assembly: The assembly can be found in the path “C:Program FilesTekla Structures20.0ntbinplugins”. – Step 2: Any code written for tekla requires

No Thumbnail

VB.NET Get KML File Properties (Google Earth API)

This article explains how to get the different properties from a KML file using VB.Net. Properties such as: Longitude Latitude Altitude Range … – Step 1: The first step would be to add reference to the Microsoft XML library. I have Microsoft XML V6.0 installed