Click or drag to resize
XDL

NXPlanetEngine.GetViewArea(Int32) Method

ID에 의해 뷰를 가져온다

Namespace: Pixoneer.NXDL.NXPlanet
Assembly: NXPlanet (in NXPlanet.dll) Version: 2.0.3.38
Syntax
C#
public NXPlanetView GetViewArea(
	int nViewAreaID
)

Parameters

nViewAreaID  Int32
뷰의 ID

Return Value

NXPlanetView
뷰를 반환한다.
See Also