Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 10.12.3.0.Release.06b0e87b7cea8fac7212261af84c81edf1d95c38
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