Click or drag to resize
XDL

XEquipObjSetStates(XGeoPoint, XAttitude) Method

위경도 좌표 형식의 장비 상태(equipment state)를 설정한다.

Namespace: Pixoneer.NXDL.NEQUIP
Assembly: NXDLncw (in NXDLncw.dll) Version: 2.0.3.38
Syntax
C#
public virtual bool SetStates(
	XGeoPoint pos,
	XAttitude att
)

Parameters

pos  XGeoPoint
장비의 위치(Position of equipment). 위경도 좌표(XGeoPoint)
att  XAttitude
장비의 자세(Attitude of equipment).

Return Value

Boolean
true if succeeded; otherwise, false.
See Also