<Code Lib>
2021 Method
Changes 8
M

Document.SaveAsCloudModel(String, String)

Description:
Saves current nonworkshared model as a cloud model in BIM 360.
Remarks:
Assumes that user is currently signed in BIM 360 and has access to Autodesk cloud services. This operation will create a model on cloud and then create a local cache of the cloud model. This method cannot be used when current document is already in cloud.
Overloads (2):
SaveAsCloudModel(String,String)

[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 two extra BIM 360 account Id and project Id arguments.")]
public void SaveAsCloudModel(
	string folderId,
	string modelName
)

  • String
    folderId
    Folder identity in BIM 360 to save the model.
  • String
    modelName
    Model name in BIM 360 to save the model.

Loading…