Click or drag to resize
XDL

XEquipObjSetPosition(XGeoPoint) Method

위경도 좌표 형식의 장비 위치를 설정한다.

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

Parameters

pos  XGeoPoint
장비의 위치(Position of equipment). 위경도 좌표(XGeoPoint)

Return Value

Boolean
값이 설정되면 true이 반환되며, 그렇지 않은 경우에는 false를 반환한다.
See Also