Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > STATISTICS Object : SetStatsDir Method
Required Long representing the directory name to change.
Required String which is the new name of the directory.
SetStatsDir Method
Description
Sets a specified stats directory.
Syntax
Visual Basic
Public Function SetStatsDir( _
   ByVal index As Long, _
   ByVal Dir As String _
) As Boolean
Parameters
index
Required Long representing the directory name to change.
Dir
Required String which is the new name of the directory.
Return Type
Boolean value indicating success or failure of call to set name of the directory specified by Index. If the index value is greater than the number of directories, the call will fail.
See Also