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

GetRecordAsync(ParcelLayer,Int64) Method
Gets the active record information.
Syntax
public static Task<ParcelRecord> GetRecordAsync( 
   ParcelLayer parcelLayer,
   long oid
)

Parameters

parcelLayer
The parcel layer.
oid
The object Id of the parcel record feature.

Return Value

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

Target Platforms: Windows 11, Windows 10, Windows 8.1

ArcGIS Pro version: 2.7 or higher.
See Also