Click or drag to resize
XDL

NXPlanetViewSetEarthShow Method

지구 레이어를 표시 또는 숨기기 여부를 설정한다.

Namespace:  Pixoneer.NXDL.NXPlanet
Assembly:  NXPlanet (in NXPlanet.dll) Version: 2.0.3.31
Syntax
C#
public bool SetEarthShow(
	bool bShow
)

Parameters

bShow
Type: SystemBoolean
true: 표시, false: 숨기기.

Return Value

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