ISeries.Item (System.Int32, OberMind.BarData) Property

double this[ 
int index
BarData barData 
] {get;}
This language is not supported or no code example is available.
 
property double Item[int, BarData] { 
double get( 
int index
BarData barData 
); 
}
This language is not supported or no code example is available.
JScript suports the use of indexed properties, but not the declaration of new ones.
This language is not supported or no code example is available.

Parameters

index
int

barData
BarData

Property Value

double

In this article

Definition