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

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 80.0.0.0
Syntax

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

Parameters

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

Property Value

Type: ICogShapeModel

Implements

ICogShapeModelCollection Item Int32 
See Also