 | XncwTheaterShowAllObjects Method |
대상 view에서 모든 장비 객체를 보이거나 숨기도록 한다.
Namespace:
Pixoneer.NXDL.NNCW
Assembly:
NXDLncw (in NXDLncw.dll) Version: 1.2.817.72
Syntaxpublic bool ShowAllObjects(
NXPlanetView view,
bool bShowAllObj
)
Parameters
- view
- Type: Pixoneer.NXDL.NXPlanetNXPlanetView
[In] 대상 planet view. - bShowAllObj
- Type: SystemBoolean
[In] 객체를 보일지 숨길지 여부를 설정하는 플래그.
Return Value
Type:
Boolean 도시여부 설정이 완료되면 true를 반환하고, 그렇지 않으면 false를 반환한다.
See Also