ArcGIS Pro 2.7 API Reference Guide
GetRecordAsync(ParcelLayer,Int64) Method

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

Parameters

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

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

ParcelFabricExtensions Class
ParcelFabricExtensions Members
Overload List