Click or drag to resize

PerformanceAssessmentRecordSetItem Method

Replaces the element at the given index.

Namespace:  AGI.Foundation.Navigation.DataReaders
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected override void SetItem(
	int index,
	PerformanceAssessmentField item
)

Parameters

index
Type: SystemInt32
The index, based at zero, where the item is to be replaced.
item
Type: AGI.Foundation.Navigation.DataReadersPerformanceAssessmentField
The new value for the element at the given index (Value can be null for reference types).
See Also