슬라이드뷰 » Api

getchildshapeinstancefirst

Description

화면 디자인시 맨 처음 생성된 도형의 인스턴스를 가져오는 API이다.

인스턴스를 가져올 아이템의 인덱스를 지정해 주어야 한다.

Parameters

Parameters Type Description
nItemIndex short 아이템 인덱스

Return Value

Type Description
INSTANCE 해당 컨트롤의 instance

Example

function btnGetFirstShape_on_mouseup() { var obj = slideView.getchildshapeinstancefirst(0); if(factory.isobject(obj) == true) { screen.alert("처음 도형 : " + obj.getname()); } }

See Also

getchildshapeinstancenext

Viewer Ver.

9.1.1.1

Update Date

20181128