Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > Application Object : GetRegistryPoint Method
GetRegistryPoint Method
Description
Gets an XYZ triple from the registry
Syntax
Visual Basic
Public Function GetRegistryPoint( _
   ByVal lpszSection As String, _
   ByVal lpszEntry As String, _
   ByVal dX As Double, _
   ByVal dY As Double, _
   ByVal dZ As Double _
) As PointData
Parameters
lpszSection
lpszEntry
dX
dY
dZ
See Also