public static Task<bool> SetActiveRecordAsync( ParcelLayer parcelLayer, string name )
Public Overloads Shared Function SetActiveRecordAsync( _ ByVal parcelLayer As ParcelLayer, _ ByVal name As String _ ) As Task(Of Boolean)
Parameters
- parcelLayer
- The parcel layer.
- name
- The name of the parcel record feature to be set as the current record.
Return Value
A Task to a bool indicating if the active record is set.