Gets the item with the specified index or key. In C#, this property is the indexer for the collection.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
public virtual CogDataAnalysisResult this[
string key
] { get; }public virtual CogDataAnalysisResult this[
string key
] { get; }Public Overridable ReadOnly Default Property Item (
key As String
) As CogDataAnalysisResult
Get
Public Overridable ReadOnly Default Property Item (
key As String
) As CogDataAnalysisResult
Get
public:
virtual property CogDataAnalysisResult^ default[String^ key] {
CogDataAnalysisResult^ get (String^ key);
}public:
virtual property CogDataAnalysisResult^ default[String^ key] {
CogDataAnalysisResult^ get (String^ key);
}Property Value
Type:
CogDataAnalysisResult