Skip to content

Commit 6f9788d

Browse files
Arne-MartensenFraser Greenroyd
authored andcommitted
fixed extension of some images in URLs
1 parent f698020 commit 6f9788d

File tree

1 file changed

+5
-5
lines changed
  • docs/Feature-specific guides/Datasets

1 file changed

+5
-5
lines changed

docs/Feature-specific guides/Datasets/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,25 +65,25 @@ Access the Reference Manager in the C# project where you want to add the depende
6565
Go to the "Browse" tab and click the "Browse" button in the bottom-right corner.
6666

6767
<!-- ![BrowseTab](../../../Images/Datasets/CallDatasetFromVS/BrowsTab.PNG) -->
68-
![BrowseTab](https://raw.githubusercontent.com/BHoM/documentation/main/Images/Datasets/CallDatasetFromVS/BrowsTab.PNG)
68+
![BrowseTab](https://raw.githubusercontent.com/BHoM/documentation/main/Images/Datasets/CallDatasetFromVS/BrowsTab.png)
6969

7070

7171
Navigate to the BHoM assemblies folder using the File Explorer window. The folder is usually located at C:\ProgramData\BHoM\Assemblies. Select Data_oM.dll and press "Add."
7272

7373
<!-- ![addDataEngineDLL](../../../Images/Datasets/CallDatasetFromVS/addDataEngineDLL.PNG) -->
74-
![addDataEngineDLL](https://raw.githubusercontent.com/BHoM/documentation/main/Images/Datasets/CallDatasetFromVS/addDataEngineDLL.PNG)
74+
![addDataEngineDLL](https://raw.githubusercontent.com/BHoM/documentation/main/Images/Datasets/CallDatasetFromVS/addDataEngineDLL.png)
7575

7676
### Step 3: Add Dependency
7777
Make sure to check the box next to Data_oM.dll in the Reference Manager window and press "OK."
7878

7979
<!-- ![CheckBoxAndOK](../../../Images/Datasets/CallDatasetFromVS/CheckBoxAndOK.PNG) -->
80-
![CheckBoxAndOK](https://raw.githubusercontent.com/BHoM/documentation/main/Images/Datasets/CallDatasetFromVS/CheckBoxAndOK.PNG)
80+
![CheckBoxAndOK](https://raw.githubusercontent.com/BHoM/documentation/main/Images/Datasets/CallDatasetFromVS/CheckBoxAndOK.png)
8181

8282
### Step 4: Modify File Path
8383
Open the project file of your specific C# project by double-clicking it with the left mouse button. Locate the line responsible for loading Data_oM.dll and modify the file path as shown in the image below.
8484

8585
<!-- ![ModifyPathInProjectFile](../../../Images/Datasets/CallDatasetFromVS/ModifyPathInProjectFile.PNG) -->
86-
![ModifyPathInProjectFile](https://raw.githubusercontent.com/BHoM/documentation/main/Images/Datasets/CallDatasetFromVS/ModifyPathInProjectFile.PNG)
86+
![ModifyPathInProjectFile](https://raw.githubusercontent.com/BHoM/documentation/main/Images/Datasets/CallDatasetFromVS/ModifyPathInProjectFile.png)
8787

8888

8989
### Step 5: Get the Dataset data
@@ -114,7 +114,7 @@ For example, in the folder `[BHoM_Datasets repo folder]\BHoM_Datasets\DataSets\S
114114
` you will find the following json files:
115115

116116
<!-- ![jsonFilesSteelSections](../../../Images/Datasets/CallDatasetFromVS/jsonFilesSteelSections.PNG) -->
117-
![jsonFilesSteelSections](https://raw.githubusercontent.com/BHoM/documentation/main/Images/Datasets/CallDatasetFromVS/jsonFilesSteelSections.PNG)
117+
![jsonFilesSteelSections](https://raw.githubusercontent.com/BHoM/documentation/main/Images/Datasets/CallDatasetFromVS/jsonFilesSteelSections.png)
118118

119119

120120
These .json files contain multiple objects. To extract objects from these datasets, you'll need the name of the desired object. This can be found as an attribute within the .json file. To locate these names, you can open the .json file in an editor like Visual Studio Code and search for the object name you need.

0 commit comments

Comments
 (0)