ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMGeotriggerDeviceLocationFeed Class / FilterExpression Property

In This Topic
    FilterExpression Property
    In This Topic
    Gets or sets the arcade expression that controls whether a location update will be used by a geotrigger. This expression uses the Location Update Constraint Arcade profile. The expression should return a Boolean where false indicates the location will not be used.
    Syntax
    public CIMExpressionInfo FilterExpression {get; set;}
    Public Property FilterExpression As CIMExpressionInfo
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also