FLDFget_node_data_label


Synopsis

Gets the label within one node data component


INTEGER FLDFget_node_data_label (field, comp, label, size)
INTEGER field(OIDSIZ)
INTEGER comp
CHARACTER*32 label
INTEGER size

Description

FLDFget_node_data_label gets the label string of one component of a Node_Data.

There is no corresponding FLDFset_node_data_label call. Use FLDFset_node_data_comp instead.

Parameters

field

The integer id of a field that contains a Node_Data subobject.

comp

An integer that specifies which component's [0-n] label to get.

label

A character string in which the string will be returned. The user is responsible for providing size bytes of storage.

size

An integer that sets the maximum length that the label may have. In practice, this is always the same as the length declared for the label array. If the label returned happens to be longer than size, it is truncated to size.