Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > HOBPointInfo Object : GetHideLeader Method
GetHideLeader Method
Description

 

This method gets the display state of the leader line for the specified HOBPointInfo object.

Syntax
Visual Basic
Public Function GetHideLeader( _
   ByVal i_nIndex As Integer _
) As Long
Parameters
i_nIndex
Return Type
Long value of 0 or 1. 1 means the leader line is visible. 0 means the leader line is is hidden.
See Also