Gets the vector components.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 9.9.36.0.Release.d5e5954f18f5fba1171104a1eb3d2f8b0fc0d084
Syntaxpublic 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