<Code Lib>
2022 Enumeration
Changes 0
E

AllowLargeGeometry

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

public enum AllowLargeGeometry

Name Description
E DisAllow Cancel the export/path of travel creation, failing with the apporiate status.
E Allow Allow export/path of travel creation on large geometries.
E Prompt Prompt in the UI. If no UI is present, default will be DisAllow.

Loading…