Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2022.2 Object Library
PCDLRN ActiveX DLL > STATISTICS Object : GetStatsDir Method
Required Long representing the index of the directory name to be retrieved.
GetStatsDir Method
Description
Returns the specified stats directory.
Syntax
Visual Basic
Public Function GetStatsDir( _
   ByVal index As Long _
) As String
Parameters
index
Required Long representing the index of the directory name to be retrieved.
Return Type
Read-only String value representing the name of the stats directory at the specified index value. If index value is greater than the number of directories in the list, the string will be empty.
See Also