Skip to content

Commit

Permalink
Fix image name used in BHoM-Grasshopper-CSharp.md
Browse files Browse the repository at this point in the history
  • Loading branch information
al-fisher authored and Fraser Greenroyd committed Feb 26, 2024
1 parent 27e2396 commit 38caf5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ On L13 of the C# component you can add references to specific namespaces:

If you want to use a BHoM object as an input for the C# component, you need to first change the type hint to `System.Object`:

![Alt text](typehint-c#component.PNG)
![Alt text](typehint_CSharpComponent.PNG)

When you use the object in the script, you need to first cast it to a BHoM object. Then you can use the object as you would in any other IDE:

Expand Down

0 comments on commit 38caf5e

Please sign in to comment.