CogIPOneImageGreyMorphology3x3Elements Item Property Cognex VisionPro 9.5
Gets or sets the item at the specified index. In C#, this property is the indexer for the collection.

Namespace: Cognex.VisionPro.ImageProcessing
Assembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 69.0.0.0
Syntax

public virtual CogIPOneImageGreyMorphology3x3Element this[
	int index
] { get; set; }

Parameters

index
Type: System Int32
The index of the item to get or set.

Property Value

Type: CogIPOneImageGreyMorphology3x3Element
See Also