ArcGIS Pro 3.0 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.

GetRecordAsync(ParcelLayer,Guid) Method
Gets the active record information.
Syntax
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, Windows 10, Windows 8.1

ArcGIS Pro version: 2.7 or higher.
See Also