Click or drag to resize
XDL

NXPlanetViewSetCameraPosition Method (XGeoPoint, XAngle)

현재 카메라의 상태를 눈의 위치와 방위각에 의해 설정하며, 기본 기울기의 값은 0 이다 [Planet 2D뷰를 위함]

Namespace:  Pixoneer.NXDL.NXPlanet
Assembly:  NXPlanet (in NXPlanet.dll) Version: 2.0.3.31
Syntax
C#
public bool SetCameraPosition(
	XGeoPoint pos,
	XAngle azimuth
)

Parameters

pos
Type: Pixoneer.NXDLXGeoPoint
대상에 대한 카메라 상태의 눈 위치.
azimuth
Type: Pixoneer.NXDLXAngle
대상에 대한 카메라 상태의 방위각.

Return Value

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