SoSFStringSetValue Method |
Note: This API is now obsolete.
Sets this field to newValue.
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 OpenInventor 9000. Use Value property instead.")]
public void SetValue(
string newValue
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Obsolete since OpenInventor 9000. Use Value property instead.")>
Public Sub SetValue (
newValue As String
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Obsolete since OpenInventor 9000. Use Value property instead.")]
void SetValue(
String^ newValue
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Obsolete since OpenInventor 9000. Use Value property instead.")>]
member SetValue :
newValue : string -> unit
Parameters
- newValue
- Type: SystemString
Remarks See Also