SoInteractiveComplexityGetScalarFieldValue Method |
Note: This API is now obsolete.
Calls GetScalarFieldValue(state, field, classAndFieldName, false).
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Method is erroneousnly public. It would be moved into protected section in future release. Please check the use of this method with the new visibilty.")]
public double GetScalarFieldValue(
SoState state,
SoSField field,
string classAndFieldName
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Method is erroneousnly public. It would be moved into protected section in future release. Please check the use of this method with the new visibilty.")>
Public Function GetScalarFieldValue (
state As SoState,
field As SoSField,
classAndFieldName As String
) As Double
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Method is erroneousnly public. It would be moved into protected section in future release. Please check the use of this method with the new visibilty.")]
double GetScalarFieldValue(
SoState^ state,
SoSField^ field,
String^ classAndFieldName
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Method is erroneousnly public. It would be moved into protected section in future release. Please check the use of this method with the new visibilty.")>]
member GetScalarFieldValue :
state : SoState *
field : SoSField *
classAndFieldName : string -> float
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- field
- Type: OIV.Inventor.FieldsSoSField
- classAndFieldName
- Type: SystemString
Return Value
Type:
Double
Remarks
See Also