SoStereoCameraSetBalanceAdjustment Method (Single) |
Note: This API is now obsolete.
Calls SetBalanceAdjustment(adjustment, false).
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public void SetBalanceAdjustment(
float adjustment
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Sub SetBalanceAdjustment (
adjustment As Single
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
void SetBalanceAdjustment(
float adjustment
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member SetBalanceAdjustment :
adjustment : float32 -> unit
Parameters
- adjustment
- Type: SystemSingle
Remarks
See Also