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 SbVec2s GetValue()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Obsolete since OpenInventor 9000. Use Value property instead.")>
Public Function GetValue As SbVec2s
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Obsolete since OpenInventor 9000. Use Value property instead.")]
SbVec2s GetValue()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Obsolete since OpenInventor 9000. Use Value property instead.")>]
member GetValue : unit -> SbVec2s
Return Value
Type:
SbVec2sRemarks See Also