Click or drag to resize

PerformanceAssessmentFile.SetItem Method

Replaces the element at the specified index.

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

Parameters

index
Type: System.Int32
Index where the item will be replaced.
item
Type: AGI.Foundation.Navigation.DataReaders.PerformanceAssessmentRecord
The new value for the element at the specified index.
See Also