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.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 87.0.0.0
Syntax
Property Value
Type: Int32Remarks
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