ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ParcelFabricExtensions Class / GetRecordAsync Method / GetRecordAsync(ParcelLayer,Guid) Method
The parcel layer.
The global Id of the parcel record feature.

In This Topic
    GetRecordAsync(ParcelLayer,Guid) Method
    In This Topic
    Gets the active record information.
    Syntax
    Public Overloads Shared Function GetRecordAsync( _
       ByVal parcelLayer As ParcelLayer, _
       ByVal guid As Guid _
    ) As Task(Of ParcelRecord)
    public static Task<ParcelRecord> GetRecordAsync( 
       ParcelLayer parcelLayer,
       Guid guid
    )

    Parameters

    parcelLayer
    The parcel layer.
    guid
    The global Id of the parcel record feature.

    Return Value

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

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

    ArcGIS Pro version: 3.0 or higher.
    See Also