Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > TempComp Object : GetOrigin Method
Required Long variable that receives the X value of the temperature compensation origin.
Required Long variable that receives the Y value of the temperature compensation origin.
Required Long variable that receives the Z value of the temperature compensation origin.
GetOrigin Method
Description
Gets the reference origin
Syntax
Visual Basic
Public Function GetOrigin( _
   ByRef X As Double, _
   ByRef Y As Double, _
   ByRef Z As Double _
) As Boolean
Parameters
X
Required Long variable that receives the X value of the temperature compensation origin.
Y
Required Long variable that receives the Y value of the temperature compensation origin.
Z
Required Long variable that receives the Z value of the temperature compensation origin.
Return Type
Boolean value.
See Also