Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library

Integer value specifying the arm for which the angles are being requested. 

GetBAngle Method
Description
Returns the current B Angle
Syntax
Visual Basic
Public Function GetBAngle( _
   ByVal ArmNumber As Integer _
) As Double
Parameters
ArmNumber

Integer value specifying the arm for which the angles are being requested. 

Example
BAngle = ReadoutWindow.GetBAngle(1) would return the current probe's B angle on arm 1.
See Also