Click or drag to resize

NavigationSignalCollectionContainsSignalType Method

Determines whether the collection contains a NavigationSignal with the specified NavigationSignalType.

Namespace:  AGI.Foundation.Navigation.Advanced
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public bool ContainsSignalType(
	NavigationSignalType signalType
)

Parameters

signalType
Type: AGI.Foundation.Navigation.AdvancedNavigationSignalType
The NavigationSignalType the NavigationSignal must have.

Return Value

Type: Boolean
if any NavigationSignal in the collection has the specified NavigationSignalType; otherwise .
See Also