| SoSplitGeometryActionGetNumDivisions Method (Int32, Int32) | 
Returns the current division values to split an object in 2D. 
 
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void GetNumDivisions(
	out int numX,
	out int numY
)
Public Sub GetNumDivisions ( 
	<OutAttribute> ByRef numX As Integer,
	<OutAttribute> ByRef numY As Integer
)
public:
void GetNumDivisions(
	[OutAttribute] int% numX, 
	[OutAttribute] int% numY
)
member GetNumDivisions : 
        numX : int byref * 
        numY : int byref -> unit 
Parameters
- numX
 - Type: SystemInt32
 - numY
 - Type: SystemInt32
 
Remarks
See Also