Skip to content

Commit

Permalink
Update 03.Explore Versions Item and Derivative Urn.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
chuongmep committed Feb 27, 2024
1 parent 28dd06f commit 16337ce
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": 11,
"metadata": {
"dotnet_interactive": {
"language": "csharp"
Expand All @@ -257,7 +257,8 @@
],
"source": [
"string itemId = \"urn:adsk.wipprod:dm.lineage:Od8txDbKSSelToVg1oc1VA\";\n",
"var derivativeUrn = bim360.GetDerivativesUrn(token, projectId, itemId, 28);\n",
"int version = 28;\n",
"var derivativeUrn = bim360.GetDerivativesUrn(token, projectId, itemId, version);\n",
"Console.WriteLine(\"Derivative Urn: \" + derivativeUrn);"
]
},
Expand Down

0 comments on commit 16337ce

Please sign in to comment.