Converts a pair of cloud project and model GUIDs to a valid cloud path.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2021
Syntax
C# |
---|
public static ModelPath ConvertCloudGUIDsToCloudPath(
string region,
Guid projectGuid,
Guid modelGuid
) |
Visual Basic |
---|
Public Shared Function ConvertCloudGUIDsToCloudPath ( _
region As String, _
projectGuid As Guid, _
modelGuid As Guid _
) As ModelPath |
Visual C++ |
---|
public:
static ModelPath^ ConvertCloudGUIDsToCloudPath(
String^ region,
Guid projectGuid,
Guid modelGuid
) |
Parameters
- region
- Type: System..::..String
The region of the BIM 360 Docs or Autodesk Docs account and project which contains this model.
Please see the reference values, like CloudRegionUS and CloudRegionEMEA,
and the new regions from release note.
- projectGuid
- Type: System..::..Guid
The GUID of the cloud project which contains the model.
- modelGuid
- Type: System..::..Guid
The GUID of the Revit cloud model.
Return Value
The cloud model path.
Exceptions
See Also