Click or drag to resize
XDL

NXPlanetViewSetWorkSpaceLat Method

카메라의 위도 구간을 설정한다.

Namespace:  Pixoneer.NXDL.NXPlanet
Assembly:  NXPlanet (in NXPlanet.dll) Version: 2.0.3.31
Syntax
C#
public bool SetWorkSpaceLat(
	double dLatDegreeMin,
	double dLatDegreeMax
)

Parameters

dLatDegreeMin
Type: SystemDouble
최소 위도 값.
dLatDegreeMax
Type: SystemDouble
최대 위도 값.

Return Value

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