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