ArcGIS Pro 2.9 API Reference Guide
GetRecordAsync(ParcelLayer,Guid) Method

ArcGIS.Desktop.Mapping Namespace > ParcelFabricExtensions Class > GetRecordAsync Method : GetRecordAsync(ParcelLayer,Guid) Method
The parcel layer.
The global Id of the parcel record feature.
Gets the active record information.
Syntax
public static Task<ParcelRecord> GetRecordAsync( 
   ParcelLayer parcelLayer,
   Guid guid
)
Public Overloads Shared Function GetRecordAsync( _
   ByVal parcelLayer As ParcelLayer, _
   ByVal guid As Guid _
) As Task(Of ParcelRecord)

Parameters

parcelLayer
The parcel layer.
guid
The global Id of the parcel record feature.
Exceptions
ExceptionDescription
Insufficient license. This method requires a standard license.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

ParcelFabricExtensions Class
ParcelFabricExtensions Members
Overload List