2021 Method
Changes 8
M

ModelPathUtils.ConvertCloudGUIDsToCloudPath

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