SoSFMatrix3GetValue Method |
Note: This API is now obsolete.
Returns this field's value.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.1.0.0 (10.17.0.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since OpenInventor 9.0.0.0. Use Value property instead.")]
public SbMatrix3 GetValue()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Obsolete since OpenInventor 9.0.0.0. Use Value property instead.")>
Public Function GetValue As SbMatrix3
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Obsolete since OpenInventor 9.0.0.0. Use Value property instead.")]
SbMatrix3 GetValue()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Obsolete since OpenInventor 9.0.0.0. Use Value property instead.")>]
member GetValue : unit -> SbMatrix3
Return Value
Type:
SbMatrix3
Remarks
See Also