| SoSplitGeometryActionGetNumObjFound Method  | 
Returns how many objects the action has split. 
 
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic int GetNumObjFound()
Public Function GetNumObjFound As Integer
public:
int GetNumObjFound()
member GetNumObjFound : unit -> int 
Return Value
Type: 
Int32
RemarksThis method must be called  after the action has been applied. 
See Also