PelRect Height Property Cognex VisionPro 9.24
Get

Get the height of this PelRect.

Set

Set the Height of this PelRect.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.24.0.0
Syntax

public int Height { get; set; }

Property Value

Type: Int32
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf you attempt to set Height to a negative value.
Remarks

Changed Raised when the value of this property changes.

See Also