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