指定座標を含んだDEMを読み込み可能かどうかを確認する

Namespace: GIS
Assembly: HeightBased2route (HeightBased2route.exe 内) バージョン: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool DEMexit(
	BLH _position
)
Visual Basic
Public Function DEMexit ( _
	_position As BLH _
) As Boolean
Visual C++
public:
bool DEMexit(
	BLH _position
)

Parameters

_position
Type: GPS..::..BLH
指定座標(lat,lon)

Return Value

使用可能ならtrue,不可能ならfalseを返す

See Also

inserted by FC2 system