Tag Archives: Get

No Thumbnail

Tekla Open API: Ask User to Select Objects

This article explains how you can ask the user to select objects from the model using the Tekla Open API. It also provides examples as to how to filter the objects selected by the user. Step 1: Add reference to the Tekla.Structures.Model and Tekla.Structures.Drawing library

No Thumbnail

Access VBA, Get KML File Data (Google Earth API)

This article explains how to get data from a KML file using VBA for Access. KML files are basically XML files, therefor the process is basically the same as getting data from any other XML File. The method uses the MSXML object. I’ve explained how

No Thumbnail

Excel VBA, Get Border Properties

In this article I will explain how you can check if a cell has a border or not using VBA for Excel. I have also explained how you can get the different border properties using VBA. Jump To: Example 1, Check If Border Exists Example

No Thumbnail

Tekla Open API: Get Part Length

This article explains how you can get the length of a part using the Tekla Open API. 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 the tekla model. This has been covered in

No Thumbnail

Excel, Get KML File Properties, Google Earth API

This article will explain how you can get the different properties of a KML file in Excel. This includes properties such as: Longitude Latitude Headin Tilt Range … – Step 1: Bring the Developer Ribbon. – Step 2: Click on the Imports button: – Step 3: From

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

No Thumbnail

VBA Get Characters Unicode Value

I have created a VBA program that returns the unicode value associate with characters. The VBA code has been written inside a word document. Upon opening the word document a user form will display: By copying characters into the text box, their unicode value will be displayed

No Thumbnail

Tekla Open API: Get/Set User Defined Attributes

This article explains how you can get/set user defined attributes using the tekla open api.   Step 1, Add Libraries: Add reference to the Tekla.Structures.Model library located in the path “C:Program FilesTekla Structures20.0ntbinplugins” and manually open the tekla model. This has been covered in the article