Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 75.1.0.0
public virtual Cog3DVect2 this[
int index
] { get; set; }public virtual Cog3DVect2 this[
int index
] { get; set; }Public Overridable Default Property Item (
index As Integer
) As Cog3DVect2
Get
Set
Public Overridable Default Property Item (
index As Integer
) As Cog3DVect2
Get
Set
public:
virtual property Cog3DVect2 default[int index] {
Cog3DVect2 get (int index);
void set (int index, Cog3DVect2 value);
}public:
virtual property Cog3DVect2 default[int index] {
Cog3DVect2 get (int index);
void set (int index, Cog3DVect2 value);
}Property Value
Type:
Cog3DVect2Implements
IList T Item Int32