ModelPathUtilsCloudRegionUS Property |
Note: This API is now obsolete.
The name of cloud region US.
This method is deprecated in Revit 2026.3 and may be removed in a later version of Revit.
See GetAllCloudRegions to get the list of all available regions.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax[ObsoleteAttribute]
public static string CloudRegionUS { get; }<ObsoleteAttribute>
Public Shared ReadOnly Property CloudRegionUS As String
Get
public:
[ObsoleteAttribute]
static property String^ CloudRegionUS {
String^ get ();
}[<ObsoleteAttribute>]
static member CloudRegionUS : string with get
Property Value
String
See Also