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