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 byte x,
out byte y,
out byte z,
out byte w
)
Public Sub GetValue (
<OutAttribute> ByRef x As Byte,
<OutAttribute> ByRef y As Byte,
<OutAttribute> ByRef z As Byte,
<OutAttribute> ByRef w As Byte
)
public:
void GetValue(
[OutAttribute] unsigned char% x,
[OutAttribute] unsigned char% y,
[OutAttribute] unsigned char% z,
[OutAttribute] unsigned char% w
)
member GetValue :
x : byte byref *
y : byte byref *
z : byte byref *
w : byte byref -> unit
Parameters
- x
- Type: SystemByte
- y
- Type: SystemByte
- z
- Type: SystemByte
- w
- Type: SystemByte
See Also