화면 » Api

applytraniomap

Description

특정 맵 설정시 속성셋팅은 하지 않고 트랜코드만 셋팅하는 API이다.

Parameters

Parameters Type Description
strTranMapID STRING TranMap ID
bClearScreen BOOL 화면 clear 여부(true, false)
bSetDefaultValue BOOL 기본값 설정 여부(true, false)

Return Value

Type Description
BOOL 성공/실패 여부

Remark

파라미터 중 bClearScreen은 화면에 입력 되어 있는 콤포넌트의 데이터를 모두 지울지 여부이고, bSetDefaultValue 은 초기값이 설정되어 있는 콤포넌트의 경우 초기값을 설정할지 여부이다.

Example

function btn_applytraniomap_on mouseup() { screen.applytraniomap("AAAAAA001", true, false); }

See Also

applytraniomap

Viewer Ver.

9.1.1.1

Update Date

20240510