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