Click or drag to resize

IVIZZARDServiceSetShipGridDisplayType Method

좌표계 축표시 설정

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
void SetShipGridDisplayType(
	bool bXPosition,
	bool bYPosition,
	bool bZPosition
)

Parameters

bXPosition
Type: SystemBoolean
X축 위치로표시 여부
bYPosition
Type: SystemBoolean
Y축 위치로표시 여부
bZPosition
Type: SystemBoolean
Z축 위치로표시 여부
See Also