ModelPathUtilsConvertCloudGUIDsToCloudPath Method |
Converts a pair of cloud project and model GUIDs to a valid cloud path.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic static ModelPath ConvertCloudGUIDsToCloudPath(
string region,
Guid projectGuid,
Guid modelGuid
)
Public Shared Function ConvertCloudGUIDsToCloudPath (
region As String,
projectGuid As Guid,
modelGuid As Guid
) As ModelPath
public:
static ModelPath^ ConvertCloudGUIDsToCloudPath(
String^ region,
Guid projectGuid,
Guid modelGuid
)
static member ConvertCloudGUIDsToCloudPath :
region : string *
projectGuid : Guid *
modelGuid : Guid -> ModelPath
Parameters
- region 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 Guid
-
The GUID of the cloud project which contains the model.
- modelGuid Guid
-
The GUID of the Revit cloud model.
Return Value
ModelPath
The cloud model path.
Exceptions
See Also