| Revit 2022.1 API |
| AllowLargeGeometry Enumeration |
| See Also |
An enumerated type containing settings information related to handling of large geometries.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2020
Since:
2020
Syntax
| C# |
|---|
public enum AllowLargeGeometry |
| Visual Basic |
|---|
Public Enumeration AllowLargeGeometry |
| Visual C++ |
|---|
public enum class AllowLargeGeometry |
Members
| Member name | Description |
|---|---|
| DisAllow | Cancel the export/path of travel creation, failing with the apporiate status. |
| Allow | Allow export/path of travel creation on large geometries. |
| Prompt | Prompt in the UI. If no UI is present, default will be DisAllow. |