IsIntersects

Method of IRange

Description

Checks if position intersects range (greater or equal start and less or equal than end position)

Parameters

Return Value

Syntax

JavaScript

var pbResult = Range.IsIntersects(pPosition);

Visual Basic Script

pbResult = Range.IsIntersects pPosition

C++

VARIANT_BOOL bResult;
HRESULT hr = Range.IsIntersects(pPosition, &bResult);

See Also

IRange