LoadDomainFromNet Function

Startpage
Overview
Index
HAPI
   |
   HAPI.Globals
      |
      LoadDomainFromNet(strFileName As String, colParseMessages As Collection, iMaxMessages As Integer) As Domain

Syntax

Function LoadDomainFromNet(strFileName As String, colParseMessages As Collection, iMaxMessages As Integer) As Domain

Parameter description

NameTypeDescription
strFileNameString Specifies the net file to parse.
colParseMessagesCollection 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.
iMaxMessagesInteger 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.

Description

Loads a Domain object from a net file.

HUGIN Expert A/S, 2008 - comments to activex@hugin.com