Namespace:
Autodesk.Revit.DB.Analysis
AllowLargeGeometry
Enumeration
Description:
An enumerated type containing settings information related to handling of large geometries.
An enumerated type containing settings information related to handling of large geometries.
Syntax
public enum AllowLargeGeometry
Unknown Namespace Members:
| 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. |