Note: This API is now obsolete.
Sets this field to newValue.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("Use Value property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void SetValue(
long newValue
)
<ObsoleteAttribute("Use Value property instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub SetValue (
newValue As Long
)
public:
[ObsoleteAttribute(L"Use Value property instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void SetValue(
long long newValue
)
[<ObsoleteAttribute("Use Value property instead.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member SetValue :
newValue : int64 -> unit
Parameters
- newValue
- Type: SystemInt64
Remarks
See Also