StkSatelliteDatabaseQueryMatches Method |
Determines if an entry matches this query.
Namespace:
AGI.Foundation.Stk
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic bool Matches(
StkSatelliteDatabaseEntry entry
)
Public Function Matches (
entry As StkSatelliteDatabaseEntry
) As Boolean
public:
bool Matches(
StkSatelliteDatabaseEntry^ entry
)
member Matches :
entry : StkSatelliteDatabaseEntry -> bool
Parameters
- entry
- Type: AGI.Foundation.StkStkSatelliteDatabaseEntry
The entry to check.
Return Value
Type:
Boolean if the entry matches this query; otherwise
.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException |
Thrown when entry is .
|
See Also