ArcGIS Pro 2.8 API Reference Guide
GetRecordAsync(ParcelLayer,String) Method

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

Parameters

parcelLayer
The parcel layer.
name
The name 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