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