Click or drag to resize

PerformanceAssessmentFile.InsertItem Method

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

Parameters

index
Type: System.Int32
Index where the item is inserted.
item
Type: AGI.Foundation.Navigation.DataReaders.PerformanceAssessmentRecord
The object that will be inserted.
See Also