渡された緯度経度がこのマップの範囲内にあるかどうかをBoolで返す。

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

Syntax

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

Parameters

_position
Type: GPS..::..BLH
検査座標

Return Value

trueなら使用可能

See Also

inserted by FC2 system