SoMFEnumEnumTypeSetValue Method (Int32) |
Note: This API is now obsolete.
Sets the first value in the array to newValue, and deletes.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since Open Inventor 9000. Use SetValue(EnumType) instead.")]
public void SetValue(
int newValue
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Obsolete since Open Inventor 9000. Use SetValue(EnumType) instead.")>
Public Sub SetValue (
newValue As Integer
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Obsolete since Open Inventor 9000. Use SetValue(EnumType) instead.")]
void SetValue(
int newValue
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Obsolete since Open Inventor 9000. Use SetValue(EnumType) instead.")>]
member SetValue :
newValue : int -> unit
Parameters
- newValue
- Type: SystemInt32
Remarks the second and subsequent values.
See Also