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

ArcGIS.Desktop.Mapping Namespace > ParcelFabricExtensions Class > SetActiveRecordAsync Method : SetActiveRecordAsync(ParcelLayer,Guid) Method
The parcel layer.
The global Id of the parcel record feature to be set as the current record. Insufficient license. This method requires a standard license. All clients, including the parcel heads-up-display on the active map, will be notified and use the values given.
Sets the active record.
Syntax
public static Task<bool> SetActiveRecordAsync( 
   ParcelLayer parcelLayer,
   Guid guid
)
Public Overloads Shared Function SetActiveRecordAsync( _
   ByVal parcelLayer As ParcelLayer, _
   ByVal guid As Guid _
) As Task(Of Boolean)

Parameters

parcelLayer
The parcel layer.
guid
The global Id of the parcel record feature to be set as the current record. Insufficient license. This method requires a standard license. All clients, including the parcel heads-up-display on the active map, will be notified and use the values given.
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