2027 Method
Changes 2
M

ModelPathUtils.ConvertCloudGUIDsToCloudPath

Description:
Converts a pair of cloud project and model GUIDs to a valid cloud path.
public static ModelPath ConvertCloudGUIDsToCloudPath(
	string region,
	Guid projectGuid,
	Guid modelGuid
)
  • String
    region
    The region of cloud model. Please see the reference values, like CloudRegionUS and CloudRegionEMEA, and the new regions from release note.
  • Guid
    projectGuid
    The GUID of the cloud project which contains the model.
  • Guid
    modelGuid
    The GUID of the Revit cloud model.
Return Value ModelPath The cloud model path.