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