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