<< Click to Display Table of Contents > 

Client Control Interface Manual > Mark > Mark Preview

Mark Preview
Previous pageReturn to chapter overviewNext page

Generate Preview with Mark Entity by Name and Mark Flag Preview

Show Preview

 

Show Preview
 

Set

Get

DLL Function

int CCI_Return = ScSetLongValue(int Value_Type, int Preview)

int Preview = ScGetLongValue(int Value_Type)

ASCII Function

int CCI_Return = ScCciSetLongValue(int Value_Type, int Preview)

int Preview = ScCciGetLongValue(int Value_Type)

Description

Switch between Main and preview window.

Value_Type

Type: int

ID:

Location: ScComSAMLightClientCtrlValueTypes

scComSAMLightClientCtrlLongValueTypeSwitchToPane

43

Preview

Type: int

Unit: none

1: Preview window

2: Main window

CCI_Return

Type: int

CCI return number, see error list.

Notes

-

C# Example: Switch to mark preview window:

 

int CCI_Return = cci.ScSetLongValue( ( int )ScComSAMLightClientCtrlValueTypes.scComSAMLightClientCtrlLongValueTypeSwitchToPane, 1 );

Table 266: Show Preview