Click or drag to resize

PerformanceAssessmentFileRemoveItem Method

Removes the element at the specified index of the CollectionT.

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

Parameters

index
Type: SystemInt32
Index where the item is removed.
See Also