ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Core.CIM Namespace / KGClosedPathPolicy Enumeration

In This Topic
    KGClosedPathPolicy Enumeration
    In This Topic
    The closed path policy, i.e whether we allow, forbid, or require that result paths are closed. A path is closed when the start and end vertices of the path are the same.
    Syntax
    Members
    MemberDescription
    Allow Allow closed paths.
    Forbid Forbid closed paths.
    Require Require that all paths are closed.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.CIM.KGClosedPathPolicy

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.6 or higher.
    See Also