SbVec4ui32GetValue Method |
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 10.12.3.0.Release.06b0e87b7cea8fac7212261af84c81edf1d95c38
Syntax public void GetValue(
out uint x,
out uint y,
out uint z,
out uint w
)
Public Sub GetValue (
<OutAttribute> ByRef x As UInteger,
<OutAttribute> ByRef y As UInteger,
<OutAttribute> ByRef z As UInteger,
<OutAttribute> ByRef w As UInteger
)
public:
void GetValue(
[OutAttribute] unsigned int% x,
[OutAttribute] unsigned int% y,
[OutAttribute] unsigned int% z,
[OutAttribute] unsigned int% w
)
member GetValue :
x : uint32 byref *
y : uint32 byref *
z : uint32 byref *
w : uint32 byref -> unit
Parameters
- x
- Type: SystemUInt32
- y
- Type: SystemUInt32
- z
- Type: SystemUInt32
- w
- Type: SystemUInt32
See Also