Click or drag to resize

PerformanceAssessmentFileInsertItem Method

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 InsertItem(
	int index,
	PerformanceAssessmentRecord item
)

Parameters

index
Type: SystemInt32
Index where the item is inserted.
item
Type: AGI.Foundation.Navigation.DataReadersPerformanceAssessmentRecord
The object that will be inserted.
See Also