ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / GeoFenceNotificationRule Enumeration

In This Topic
    GeoFenceNotificationRule Enumeration
    In This Topic
    Indicates the type of event that will trigger notifications for the Fence Geotrigger.
    Syntax
    public enum GeoFenceNotificationRule : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum GeoFenceNotificationRule 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    Enter Results in notification when the geometry of the source feed enters a fence polygon.
    EnterOrExit Results in notification when the geometry of the source feed enters or exits a fence polygon.
    Exit Results in notification when the geometry of the source feed exits a fence polygon.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also