PerformanceAssessmentRecordSetItem Method |
Replaces the element at the given 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,
PerformanceAssessmentField item
)
Protected Overrides Sub SetItem (
index As Integer,
item As PerformanceAssessmentField
)
protected:
virtual void SetItem(
int index,
PerformanceAssessmentField^ item
) override
abstract SetItem :
index : int *
item : PerformanceAssessmentField -> unit
override SetItem :
index : int *
item : PerformanceAssessmentField -> unit
Parameters
- index
- Type: SystemInt32
The index, based at zero, where the item is to be replaced. - item
- Type: AGI.Foundation.Navigation.DataReadersPerformanceAssessmentField
The new value for the element at the given index (Value can be null for reference types).
See Also