ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMFormRelationshipElement Class / EditableExpressionName Property

In This Topic
    EditableExpressionName Property (CIMFormRelationshipElement)
    In This Topic
    Gets or sets the name of an Arcade expression that returns a boolean value. When this expression evaluates to 'true', the element is editable. When the expression evaluates to 'false' the element is not editable. If the referenced related table is not editable, the editable expression is ignored and the element is not editable.
    Syntax
    Public Property EditableExpressionName As String
    public string EditableExpressionName {get; set;}
    Remarks
    If set, this name must match the Name of exactly one expression in the form's ExpressionInfos array.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.7 or higher.
    See Also