2021 Method
Changes 1
M

Document.SaveAsCloudModel

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(Guid,Guid,String,String)
public void SaveAsCloudModel(
	Guid accountId,
	Guid projectId,
	string folderId,
	string modelName
)
  • Guid
    accountId
    The BIM 360 account Id.
  • Guid
    projectId
    The BIM 360 project Id.
  • String
    folderId
    Folder identity in BIM 360 to save the model.
  • String
    modelName
    Model name in BIM 360 to save the model.