ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing Namespace / InspectorProvider Class / BeginLoad Method

In This Topic
    BeginLoad Method
    In This Topic
    Callback that occurs at the begining of the provider processing, prior to looping through the attribute set. Overide this to perform work at the beginning of the process if there is some common work that can be performed once rather than repeatedly for each attribute in the loop.
    Syntax
    public virtual void BeginLoad( 
       IEnumerable<Attribute> attrs
    )
    Public Overridable Sub BeginLoad( _
       ByVal attrs As IEnumerable(Of Attribute) _
    ) 

    Parameters

    attrs
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also