SbVec4ui32GetValue Method |
Gets the vector components.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2024.2.2.Release.778f4cc64de03c89c1282c66aa1f73c0e9a1408b
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