ArcGIS Pro 2.9 API Reference Guide
SetActiveRecord Method

ArcGIS.Desktop.Mapping Namespace > ParcelFabricExtensions Class : SetActiveRecord Method
The parcel layer.
Parcel record that will 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. Values for the parcel record must be set correctly to match the underlying data.
Sets the active record.
Syntax
public static bool SetActiveRecord( 
   ParcelLayer parcelLayer,
   ParcelRecord parcelRecord
)
Public Shared Function SetActiveRecord( _
   ByVal parcelLayer As ParcelLayer, _
   ByVal parcelRecord As ParcelRecord _
) As Boolean

Parameters

parcelLayer
The parcel layer.
parcelRecord
Parcel record that will 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. Values for the parcel record must be set correctly to match the underlying data.
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