Retrieve the Label Type for the specified label index.
PLGetLabelType( DatabaseName, LabelIndex )
DatabaseName (Character String) |
The full path and filename to the relevant database. The file extension is optional. |
LabelIndex (Integer) |
The index of the label to retrieve, between 1 and number of labels. |
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 Index out of range). |
-999999998 |
Invalid Database. |