Transform2DComposed Count Property Cognex VisionPro 9.24

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.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.24.0.0
Syntax

public int Count { get; }

Property Value

Type: Int32
Remarks

This is the number of transforms that can be retrieved by the GetTransform method.

See Also