 | NXMilmapViewCheckMilmapData Method |
특정 위경도 위치에 대해 Milmap 데이터가 있는지 확인한다.
Namespace:
Pixoneer.NXDL.NXMilmap
Assembly:
NXMilmap (in NXMilmap.dll) Version: 1.2.817.72
Syntaxpublic bool CheckMilmapData(
XVertex2d vGeo,
int nScaleIndex
)
Parameters
- vGeo
- Type: Pixoneer.NXDLXVertex2d
위경도 중심점 - nScaleIndex
- Type: SystemInt32
데이터 축척 인덱스(-1 : 현재 상태)
Return Value
Type:
Boolean 데이터가 있으면 true를 반환하고, 그렇지 않으면 false를 반환한다.
See Also