PerformanceAssessmentFileSetItem Method |
Replaces the element at the specified index.
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 SetItem(
int index,
PerformanceAssessmentRecord item
)
Protected Overrides Sub SetItem (
index As Integer,
item As PerformanceAssessmentRecord
)
protected:
virtual void SetItem(
int index,
PerformanceAssessmentRecord^ item
) override
abstract SetItem :
index : int *
item : PerformanceAssessmentRecord -> unit
override SetItem :
index : int *
item : PerformanceAssessmentRecord -> unit
Parameters
- index
- Type: SystemInt32
Index where the item will be replaced. - item
- Type: AGI.Foundation.Navigation.DataReadersPerformanceAssessmentRecord
The new value for the element at the specified index.
See Also