SoSFMaterialGetValue Method |
Note: This API is now obsolete.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since Open Inventor 101000. Use Value property instead.")]
public SoMaterial GetValue()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Obsolete since Open Inventor 101000. Use Value property instead.")>
Public Function GetValue As SoMaterial
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Obsolete since Open Inventor 101000. Use Value property instead.")]
SoMaterial^ GetValue()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Obsolete since Open Inventor 101000. Use Value property instead.")>]
member GetValue : unit -> SoMaterial
Return Value
Type:
SoMaterialRemarks See Also