PLGetNodeSetNodeCount

<< Click to Display Table of Contents >>

Navigation:  PipeLay > Excel Add-In > Function Reference > Set Functions >

PLGetNodeSetNodeCount

Previous page Next page

PURPOSE

Retrieve the number of nodes in the named node set.

SYNTAX

PLGetNodeSetNodeCount( DatabaseName, SetName )

PARAMETERS

DatabaseName (Character String)

The full path and filename to the relevant database. The file extension is optional.

SetName (Character String)

The name of the set.

OUTPUT

An integer value containing the number of nodes in the node set or one of the following error codes:

-999999998

Invalid Database.

-999999993

Invalid Set Name.

SEE ALSO

Error Codes

PLGetNodeSetCount

PLGetNodeSetName

PLGetNodeSetNode

 

Back to Table of Contents