SoStereoElementSetStereoAbsoluteAdjustments Method |
Indicates if the stereo offset and and balance setting should be interpreted as factors or as absolute parameters.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static void SetStereoAbsoluteAdjustments(
SoState state,
bool absolute
)
Public Shared Sub SetStereoAbsoluteAdjustments (
state As SoState,
absolute As Boolean
)
public:
static void SetStereoAbsoluteAdjustments(
SoState^ state,
bool absolute
)
static member SetStereoAbsoluteAdjustments :
state : SoState *
absolute : bool -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- absolute
- Type: SystemBoolean
Remarks If true, the stereo adjustments are absolute.
See Also