CogRectangle Height Property Cognex VisionPro 9.7
Height of this rectangle.

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

public double Height { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogRectangle Changed

Fires when the value of this property changes.

The following state flags may be affected:

    Exceptions

    ExceptionCondition
    ArgumentException

    New height is <= 0.

    Remarks

    The height of this rectangle.

    Default Value: 100

    See Also