IASCrossHairs::get_CrossHairHilite

This method gets the status of the cross hair highlight.

Syntax

HRESULT get_CrossHairHilite( BOOL *pfHorz, BOOL *pfVert );

Parameters

pfHorz
Pointer to a Boolean that is set to TRUE if the horizontal axis of the cross hair is highlighted, or to FALSE if the horizontal axis of the cross hair is not highlighted.
pfVert
Pointer to a Boolean that is set to TRUE if the vertical axis of the cross hair is highlighted, or to FALSE if the vertical axis of the cross hair is not highlighted.

Return Values

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