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