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: 2023.1.3.0 (2023.1.3)
Syntax public 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