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