Write/Read
About ECAL orientation

AutoOrient Property


Description

Sets ECAL module automatic orientation ON or OFF.

 VB Syntax

obj.AutoOrient = bool

Variable

(Type) - Description

obj

SMCType (object)

or

VMCType (object)

bool

(Boolean)

True - Set AutoOrientation ON

False - Set AutoOrientation OFF

Return Type

Boolean

Default

True

Examples

Smc.AutoOrient = True

C++ Syntax

HRESULT put_AutoOrient(VARIANT_BOOL bAutoOrient);

HRESULT get_AutoOrient(VARIANT_BOOL *bAutoOrient);

Interface

SMCType

VMCType