Skip to content

SPICE_DATA::check_window_index

Martin Wiesmann edited this page Aug 27, 2024 · 3 revisions

Source code: SPICE_DATA::check_window_index

Class: SPICE_DATA

Description

Checks whether a given window index or name is valid.

Syntax

result = spice_object->check_window_index( window )

Return value

This function returns either a boolean. True if input is a valid window index or name.

Arguments

window

The index or name of the window.

Clone this wiki locally