SbBox2fGetSize Method (Single, Single) |
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 10.12.3.0.Release.06b0e87b7cea8fac7212261af84c81edf1d95c38
Syntax public void GetSize(
out float sizeX,
out float sizeY
)
Public Sub GetSize (
<OutAttribute> ByRef sizeX As Single,
<OutAttribute> ByRef sizeY As Single
)
public:
void GetSize(
[OutAttribute] float% sizeX,
[OutAttribute] float% sizeY
)
member GetSize :
sizeX : float32 byref *
sizeY : float32 byref -> unit
Parameters
- sizeX
- Type: SystemSingle
- sizeY
- Type: SystemSingle
See Also