Parameter
|
Checks whether a given region code is allowed to identify a region where an account containing parameter
definitions may exist.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Parameters
- region String
- The region to check.
Return Value
BooleanFalse if the region is invalid, true otherwise.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
In order to support new regions in the future, this method does not use a fixed list.
Supported regions include "US", "EMEA", "IRL", "APAC", "AUS", "GBR", "DEU", "JPN", "CAN", and "IND".
A return value of true does not indicate that a given region actually exists.