SoSFBox4i32GetValue Method |
Note: This API is now obsolete.
Returns this field's value.
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 SbBox4i32 GetValue()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Obsolete since OpenInventor 9000. Use Value property instead.")>
Public Function GetValue As SbBox4i32
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Obsolete since OpenInventor 9000. Use Value property instead.")]
SbBox4i32 GetValue()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Obsolete since OpenInventor 9000. Use Value property instead.")>]
member GetValue : unit -> SbBox4i32
Return Value
Type:
SbBox4i32Remarks See Also