OESubSearchStatus¶
Attention
This API is currently available in C++ and Python.
This namespace contains constants representing the various status of the
substructure search (OESubSearchResult.GetSearchStatus
).
Canceled
This constant indicates that the substructure search was canceled by invoking
OESubSearchResult.Cancel
.
Finished
This constant indicates that the substructure search was finished successfully.
InProgress
This constant indicates that the substructure search is in progress.
Uninitialized
This constant indicates that the substructure search can not be initialized. For example, attempting a search on an invalid OESubSearchDatabase object.
See also
OESubSearchDatabase.Search
methodOESubSearchStatusToName
function
Code Example