Determines if the given coordinate is masked.

Namespace: Zeptomoby.OrbitTools.Track
Assembly: Zeptomoby.OrbitTools.Track (in Zeptomoby.OrbitTools.Track.dll) Version: 1.5.0.0 (1.5.0.0)

Syntax

C#
bool IsMasked(
	AzEl azEl
)
Visual Basic
Function IsMasked ( _
	azEl As AzEl _
) As Boolean
Visual C++
bool IsMasked(
	AzEl^ azEl
)

Parameters

azEl
Type: AzEl
The target coordinate.

Return Value

True if the coordinate is masked, else false.

See Also