Click or drag to resize
XDL

XSceneIsNodeExist Method

사용 할 수 있는 ID인지 확인한다

Namespace:  Pixoneer.NXDL.NSCENE
Assembly:  NXDLscene (in NXDLscene.dll) Version: 1.2.817.72
Syntax
C#
public bool IsNodeExist(
	int nID
)

Parameters

nID
Type: SystemInt32
Scene의 객체 ID.

Return Value

Type: Boolean
성공이면 true, 실패하면 false를 반환한다.
See Also