Click or drag to resize

PerformanceAssessmentRecordRemoveItem Method

Removes the element at the given index of the PerformanceAssessmentRecord.

Namespace:  AGI.Foundation.Navigation.DataReaders
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax
protected override void RemoveItem(
	int index
)

Parameters

index
Type: SystemInt32
The index, based at zero, where the item is to be removed.
See Also