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#
public bool IsMasked(
	AzEl azEl
)
Visual Basic
Public Function IsMasked ( _
	azEl As AzEl _
) As Boolean
Visual C++
public:
virtual bool IsMasked(
	AzEl^ azEl
) sealed

Parameters

azEl
Type: AzEl
The target coordinate.

Return Value

True if the coordinate is masked, else false.

Implements

IMask..::..IsMasked(AzEl)

See Also