PLGetElementSetName

<< Click to Display Table of Contents >>

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

PLGetElementSetName

Previous page Next page

PURPOSE

Retrieves the name of a set identified by the set index from the database.

SYNTAX

PLGetElementSetName( DatabaseName, ElementSetIndex )

PARAMETERS

DatabaseName (Character String)

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

ElementSetIndex (Integer)

The index of the element set

OUTPUT

A character string containing the name of the set or an empty string if either the database is invalid or the set index is out of range.

SEE ALSO

Error Codes

PLGetElementDistanceAlongSet

PLGetElementSetCount

PLGetNodeDistanceAlongSet

PLGetSetElement

PLGetSetElementCount

 

Back to Table of Contents