VectorOfVectorOfERStatItem Property |
http://www.emgu.com
Get the item in the specific index
Namespace:
Emgu.CV.Text
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic VectorOfERStat this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As VectorOfERStat
Get
public:
property VectorOfERStat^ default[int index] {
VectorOfERStat^ get (int index);
}
member Item : VectorOfERStat with get
Parameters
- index
- Type: SystemInt32
The index
Return Value
Type:
VectorOfERStatThe item in the specific index
See Also