AllowLargeGeometry
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.
public enum AllowLargeGeometry
| Name | Description |
|---|---|
| Allow | Allow export/path of travel creation on large geometries. |
| DisAllow | Cancel the export/path of travel creation, failing with the apporiate status. |
| Prompt | Prompt in the UI. If no UI is present, default will be DisAllow. |