ArcGIS Pro 3.1 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ParcelFabricExtensions Class / GetRecordAsync Method / GetRecordAsync(ParcelLayer,String) Method
The parcel layer.
The name of the parcel record feature.
Version

    GetRecordAsync(ParcelLayer,String) Method
    Gets the active record information.
    Syntax
    public static Task<ParcelRecord> GetRecordAsync( 
       ParcelLayer parcelLayer,
       string name
    )

    Parameters

    parcelLayer
    The parcel layer.
    name
    The name of the parcel record feature.

    Return Value

    Exceptions
    ExceptionDescription
    Insufficient license. This method requires a standard license.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.0 or higher.
    See Also