SetStereoSeparation Method (IModelView)
Obsoleted and not superseded. Functionality no longer supported.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetStereoSeparation( _
ByVal DfSeparation As Object _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IModelView
Dim DfSeparation As Object
Dim value As Boolean
value = instance.SetStereoSeparation(DfSeparation)
|
Parameters
- DfSeparation
- Array of 2 doubles representing the stereo magnitude and stereo parallax balance settings
Return Value
True if changing the stereo-value settings is successful, false if not
Remarks
See Also