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