SoMFUShortSet1Value Method |
Note: This API is now obsolete.
Sets the index'th value in the array to newValue.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.2.2.0 (10.16.2.0)
Syntax[ObsoleteAttribute("Obsolete since OpenInventor 9.0.0.0. Use Item property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void Set1Value(
int index,
ushort newValue
)
<ObsoleteAttribute("Obsolete since OpenInventor 9.0.0.0. Use Item property instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub Set1Value (
index As Integer,
newValue As UShort
)
public:
[ObsoleteAttribute(L"Obsolete since OpenInventor 9.0.0.0. Use Item property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void Set1Value(
int index,
unsigned short newValue
)
[<ObsoleteAttribute("Obsolete since OpenInventor 9.0.0.0. Use Item property instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member Set1Value :
index : int *
newValue : uint16 -> unit
Parameters
- index
- Type: SystemInt32
- newValue
- Type: SystemUInt16
RemarksThe array will be automatically expanded, if necessary. In that case, if field's values are stored in an user data array, this array is no more used.
See Also