| SoMFVec2sSetValue Method (Int16, Int16) | 
Sets to one value from 2 shorts. 
 
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void SetValue(
	short x,
	short y
)
Public Sub SetValue ( 
	x As Short,
	y As Short
)
public:
void SetValue(
	short x, 
	short y
)
member SetValue : 
        x : int16 * 
        y : int16 -> unit 
Parameters
- x
 - Type: SystemInt16
 - y
 - Type: SystemInt16
 
Remarks
See Also