Gets the vector components.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2025.2.0.RC.0a6fe6666992233cffde83847550fd441faba7a7
Syntaxpublic void GetValue(
out int x,
out int y,
out int z
)
Public Sub GetValue (
<OutAttribute> ByRef x As Integer,
<OutAttribute> ByRef y As Integer,
<OutAttribute> ByRef z As Integer
)
public:
void GetValue(
[OutAttribute] int% x,
[OutAttribute] int% y,
[OutAttribute] int% z
)
member GetValue :
x : int byref *
y : int byref *
z : int byref -> unit
Parameters
- x
- Type: SystemInt32
- y
- Type: SystemInt32
- z
- Type: SystemInt32
See Also