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