ArcGIS Pro 3.2 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 virtual bool IgnoreValidation( 
       MapMember mapMember
    )
    Public Overridable Function IgnoreValidation( _
       ByVal mapMember As MapMember _
    ) As Boolean

    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, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also