Click or drag to resize

PerformanceAssessmentRecord.InsertItem Method

Inserts an element into the PerformanceAssessmentRecord at the given index.

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

Parameters

index
Type: System.Int32
The index, based at zero, where the item is to be inserted.
item
Type: AGI.Foundation.Navigation.DataReaders.PerformanceAssessmentField
The specific object that is being inserted (Value can be null for reference types).
See Also