CogTransform2DComposed Count Property Cognex VisionPro 9.20
Returns the number of transforms contained in this composed transform's sequence. This is the number of transforms that can be retrieved by the indexed Transform property.

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

public int Count { get; }

Property Value

Type: Int32
Remarks

Returns the number of transforms contained in this composed transform's sequence. This is the number of transforms that can be retrieved by the GetTransform(Int32) method.

See Also