 | XEquipObjSetStates Method (XGeoPoint, XAttitude) |
위경도 좌표 형식의 장비 상태(equipment state)를 설정한다.
Namespace:
Pixoneer.NXDL.NEQUIP
Assembly:
NXDLncw (in NXDLncw.dll) Version: 1.2.817.72
Syntaxpublic virtual bool SetStates(
XGeoPoint pos,
XAttitude att
)
Parameters
- pos
- Type: Pixoneer.NXDLXGeoPoint
장비의 위치(Position of equipment). 위경도 좌표(XGeoPoint) - att
- Type: Pixoneer.NXDLXAttitude
장비의 자세(Attitude of equipment).
Return Value
Type:
Boolean true if succeeded; otherwise, false.
Return Value
Type:
Boolean 값이 설정되면 true이 반환되며, 그렇지 않은 경우에는 false를 반환한다.
See Also