AllowLargeGeometry Enumeration |
An enumerated type containing settings information related to handling of large geometries.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum AllowLargeGeometry
Public Enumeration AllowLargeGeometry
public enum class AllowLargeGeometry
MembersMember name | Value | Description |
---|
DisAllow | 0 |
Cancel the export/path of travel creation, failing with the apporiate status.
|
Allow | 1 |
Allow export/path of travel creation on large geometries.
|
Prompt | 2 |
Prompt in the UI. If no UI is present, default will be DisAllow.
|
See Also