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

IgnoreValidation Method
Gets if validation is ignored on the Inspector attributes. Default value is false.
Syntax
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, Windows 10

ArcGIS Pro version: 3.1 or higher.
See Also