ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Editing Namespace / InspectorProvider Class / IgnoreValidation Method
The MapMember currently loaded in the inspector. Can be null.

In This Topic
    IgnoreValidation Method
    In This Topic
    Gets if validation is ignored on the Inspector attributes. Default value is false.
    Syntax
    Public Overridable Function IgnoreValidation( _
       ByVal mapMember As MapMember _
    ) As Boolean
    public virtual bool IgnoreValidation( 
       MapMember mapMember
    )

    Parameters

    mapMember
    The MapMember currently loaded in the inspector. Can be null.
    Remarks
    If this is set to true then no validation is performed on the current set of attributes. Data applied can still fail a post at the geodatabase level.
    Requirements

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

    ArcGIS Pro version: 3.1 or higher.
    See Also