Click or drag to resize
XDL

X3DModelDraw Method

특정 뷰에 객체를 렌더링한다.

Namespace:  Pixoneer.NXDL.NGR
Assembly:  NXDLgr (in NXDLgr.dll) Version: 2.0.3.31
Syntax
C#
public bool Draw(
	int nViewAreaID
)

Parameters

nViewAreaID
Type: SystemInt32
[In] 렌더링을 하려는 대상 뷰(view) 식별자.

Return Value

Type: Boolean
성공이면 true, 실패면 false
See Also