 | NXPlanetViewSetEarthShow Method |
지구 레이어를 표시 또는 숨기기 여부를 설정한다.
Namespace:
Pixoneer.NXDL.NXPlanet
Assembly:
NXPlanet (in NXPlanet.dll) Version: 1.2.817.72
Syntaxpublic bool SetEarthShow(
bool bShow
)
Parameters
- bShow
- Type: SystemBoolean
true: 표시, false: 숨기기.
Return Value
Type:
Boolean 성공이면 true, 실패하면 false를 반환한다.
See Also