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. 

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

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

Example
AAngle = ReadoutWindow.GetAAngle(1) would return the current probe's A angle on arm 1.
See Also