2021 Method
Changes 8
M

ModelPathUtils.ConvertCloudGUIDsToCloudPath

Description:
Converts a pair of cloud project and model GUIDs to a valid cloud path in BIM 360 US region.
Overloads (2):
ConvertCloudGUIDsToCloudPath(Guid,Guid)
[ObsoleteAttribute("This method is deprecated in Revit 2021 and may be removed in a later version of Revit. We suggest you use the overload method with an extra region argument.")]
public static ModelPath ConvertCloudGUIDsToCloudPath(
	Guid projectId,
	Guid modelId
)
  • 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.