Click or drag to resize
XDL

NXPlanetViewMaxZoomOut Method

고도를 통해 최대 줌 아웃을 설정한다.

Namespace:  Pixoneer.NXDL.NXPlanet
Assembly:  NXPlanet (in NXPlanet.dll) Version: 2.0.3.31
Syntax
C#
public bool MaxZoomOut(
	bool bUse,
	double alt
)

Parameters

bUse
Type: SystemBoolean
[In] true : 사용, false : 비사용
alt
Type: SystemDouble
[In] 고도 값

Return Value

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