ModelPathUtilsGetAllCloudRegions Method |
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.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic static IList<string> GetAllCloudRegions()
Public Shared Function GetAllCloudRegions As IList(Of String)
public:
static IList<String^>^ GetAllCloudRegions()
static member GetAllCloudRegions : unit -> IList<string>
Return Value
IListString
The list of regions.
Remarks
The list may change dynamically when Revit Cloud Model are declared to support more regions.
See Also