SbBox2sGetSize Method (Int16, Int16) |
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2023.1.3.Release.ea3ba650cce77c9670c98c46848e93dcdfc06490
Syntax public void GetSize(
out short sizeX,
out short sizeY
)
Public Sub GetSize (
<OutAttribute> ByRef sizeX As Short,
<OutAttribute> ByRef sizeY As Short
)
public:
void GetSize(
[OutAttribute] short% sizeX,
[OutAttribute] short% sizeY
)
member GetSize :
sizeX : int16 byref *
sizeY : int16 byref -> unit
Parameters
- sizeX
- Type: SystemInt16
- sizeY
- Type: SystemInt16
See Also