SoInteractiveComplexityElementGetBooleanFieldValue Method |
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static bool GetBooleanFieldValue(
SoState state,
SoSFBool field
)
Public Shared Function GetBooleanFieldValue (
state As SoState,
field As SoSFBool
) As Boolean
public:
static bool GetBooleanFieldValue(
SoState^ state,
SoSFBool^ field
)
static member GetBooleanFieldValue :
state : SoState *
field : SoSFBool -> bool
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- field
- Type: OIV.Inventor.FieldsSoSFBool
Return Value
Type:
BooleanRemarks See Also