LoadDomainFromNet Function | Startpage |
HAPI | HAPI.Globals | LoadDomainFromNet(strFileName As String, colParseMessages As Collection, iMaxMessages As Integer) As Domain |
Function LoadDomainFromNet(strFileName As String, colParseMessages As Collection, iMaxMessages As Integer) As Domain
Name Type Description strFileName
String Specifies the net file to parse. colParseMessages
Collection A Collection object which, if iMaxMessages is non-zero, will be created by the function and where parse messages will be added to as ParseMessage objects. iMaxMessages
Integer The maximal number of ParseMessage objects added to the colParseMessages collection are specifies by this argument. If a negative number is given, the number of ParseMessage objects is unlimited. If 0 is given colParseMessages will not be changed by the function.
Loads a Domain object from a net file.
![]() |
HUGIN Expert A/S, 2008 - comments to activex@hugin.com |