Click or drag to resize
XDL

NXPlanetViewMaxZoomIn Method

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

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

Parameters

bUse  Boolean
[In] true : 사용, false : 비사용
alt  Double
[In] 고도 값

Return Value

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