ModelPathUtils.GetAllCloudRegions
Description:
Gets all available regions that are supported by the cloud service. It returns an empty list when something gets wrong. Check the journal to see the error message for further information.
Gets all available regions that are supported by the cloud service. It returns an empty list when something gets wrong. Check the journal to see the error message for further information.
Remarks:
The list may change dynamically when Revit Cloud Model are declared to support more regions.
The list may change dynamically when Revit Cloud Model are declared to support more regions.
public static IList<string> GetAllCloudRegions()
IList<String>
The list of regions.