Share

ModelPathUtils.GetAllCloudRegions 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.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public static IList<string> GetAllCloudRegions()

Return Value

IList<String>
The list of regions.

Remarks

The list may change dynamically when Revit Cloud Model are declared to support more regions.

See Also

Reference

Was this information helpful?