Unicode Controls & Classes for VB6 - Version 4

clsGpPath.AddPath Function

Adds a path to this path

Syntax
Public Function AddPath (ByRef oPath As clsGpPath, _
ByRef bConnect As Boolean) As GpStatus
Parameters
Parameter Description
ByRef oPath As clsGpPath The path to add
ByRef bConnect As Boolean True for connecting paths, False otherwise
Remarks