Read-only
 

IsBlocked Property


Description

Reads whether the specified channel is currently 'blocked' from sweeping. Learn more about the Mechanical Devices dialog.

 VB Syntax

value = chan.IsBlocked

Variable

(Type) - Description

value

(boolean) - Choose either:

False - The channel IS blocked.

True  - The channel is NOT blocked.

chan

Channel (object)

Return Type

Boolean

Default

Not Applicable

Examples

block = chan.IsBlocked 'Read

C++ Syntax

HRESULT get_IsBlocked (VARIANT_BOOL *bBlock);

Interface

IChannel19


Last Modified:

13-Nov-2014

Added