PLGetLabelTypeForLabel

<< Click to Display Table of Contents >>

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

PLGetLabelTypeForLabel

Previous page Next page

PURPOSE

Retrieve the Label Type for the specified label.

SYNTAX

PLGetLabelTypeForLabel( DatabaseName, Label )

PARAMETERS

DatabaseName (Character String)

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

Label (Character String)

The label to retrieve the type for.

OUTPUT

An integer value containing the label type, 0 for node and 1 for element or one of the following error codes:

-999999999

Invalid Input (Label not found).

-999999998

Invalid Database.

SEE ALSO

Error Codes

PLGetLabel

PLGetLabelCount

PLGetLabelNodeElementNo

PLGetLabelType

 

Back to Table of Contents