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