IASCrossHairs::put_CrossHairHilite

This method sets the status of the cross hair highlight.

Syntax

HRESULT put_CrossHairHilite( BOOL fHorz, BOOL fVert );

Parameters

fHorz
Boolean that is set to TRUE to turn on the highlight for the horizontal axis of the cross hair, or FALSE to turn off the highlight for the horizontal axis of the crosshair.
fvert
Boolean that is set to TRUE to turn on the highlight for the vertical axis of the cross hair, or FALSE to turn off the highlight for the vertical axis of the crosshair.

Return Values

NOERROR indicates success. If an error occurs, the appropriate HRESULT value is returned.