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: 2025.1.0.0 (10.17.0.0)
Syntax[ObsoleteAttribute("Obsolete since Open Inventor 9000. Use SetValue(EnumType) instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void SetValue(
int newValue
)
<ObsoleteAttribute("Obsolete since Open Inventor 9000. Use SetValue(EnumType) instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub SetValue (
newValue As Integer
)
public:
[ObsoleteAttribute(L"Obsolete since Open Inventor 9000. Use SetValue(EnumType) instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void SetValue(
int newValue
)
[<ObsoleteAttribute("Obsolete since Open Inventor 9000. Use SetValue(EnumType) instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member SetValue :
newValue : int -> unit
Parameters
- newValue
- Type: SystemInt32
Remarksthe second and subsequent values.
See Also