Namespace: Cognex.VisionAssembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
public override Image8Grey this[
int index
] { get; set; }public override Image8Grey this[
int index
] { get; set; }Public Overrides Default Property Item (
index As Integer
) As Image8Grey
Get
Set
Public Overrides Default Property Item (
index As Integer
) As Image8Grey
Get
Set
public:
virtual property Image8Grey^ default[int index] {
Image8Grey^ get (int index) override;
void set (int index, Image8Grey^ value) override;
}public:
virtual property Image8Grey^ default[int index] {
Image8Grey^ get (int index) override;
void set (int index, Image8Grey^ value) override;
}Property Value
Type:
Image8GreyImplements
IList T Item Int32