Click or drag to resize
XDL

NXPlanetViewRequestRender(UInt64, Boolean) Method

요청 식별자를 특정해서 새로 렌더링을 요청하고 실제 렌더링이 될 때까지 기다릴 수 있다.

Namespace: Pixoneer.NXDL.NXPlanet
Assembly: NXPlanet (in NXPlanet.dll) Version: 2.0.3.38
Syntax
C#
public void RequestRender(
	ulong requestID,
	bool bWait
)

Parameters

requestID  UInt64
렌더링 요청 고유 식별자
bWait  Boolean
렌더링 대기 여부
See Also