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.
Return Value
A Task to a bool indicating if the active record is set.