SoMFVec3sSetValue Method (Int16) |
Sets to one value from 3 shorts in array.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetValue(
short[] xyz
)
Public Sub SetValue (
xyz As Short()
)
public:
void SetValue(
array<short>^ xyz
)
member SetValue :
xyz : int16[] -> unit
Parameters
- xyz
- Type: SystemInt16
Remarks See Also