Share

AllowLargeGeometry Enumeration

An enumerated type containing settings information related to handling of large geometries.


Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public enum AllowLargeGeometry

Members

Member nameValueDescription
Allow1 Allow export/path of travel creation on large geometries.
DisAllow0 Cancel the export/path of travel creation, failing with the apporiate status.
Prompt2 Prompt in the UI. If no UI is present, default will be DisAllow.

See Also

Reference

Was this information helpful?