Click or drag to resize

CommunicationAccessQueryCollectionFindAll Method

Finds all NavigationReceiverAccessQueries in the collection that have a specified PRN.

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 List<NavigationReceiverAccessQuery> FindAll(
	int pseudoRandomNoiseCode
)

Parameters

pseudoRandomNoiseCode
Type: SystemInt32
The PRN the returned query should be associated with.

Return Value

Type: ListNavigationReceiverAccessQuery
A collection of NavigationReceiverAccessQueries with the specified PRN.
See Also