Click or drag to resize
SoSearchPathActionGetNumItemsFound Method

Get the number of search items that were successfully found.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public int GetNumItemsFound()

Return Value

Type: Int32
Remarks

If the complete search succeeded and a path was returned, then this will be the total number of search items (not in general the same as the number of nodes in the returned path!). If the search failed, this indicates which search item was the problem.

See Also