Previous Next Up Title Contents Index Functions Index Top Library

INQUIRE LINETYPE DEFINITION

PXINQ_LINE_DEF


CALLING SEQUENCE

pxinq_line_def (
)

EFFECT

Return the specified line type definition.

This inquiry is used to return an application-defined line type definition created with Set Linetype Definition (routines pxset_line_def).

Your application must allocate storage for the Dash Pattern Array. If Dash Pattern Array is too short to return all of the line segment lengths, an error is returned and none of the other output arguments are changed.

ERRORS

2
Ignoring function, function requires state PHOP.
54
Ignoring function, the specified workstation is not open.
2001
Ignoring function, output parameter size insufficient -- a FORTRAN array or string being passed as an output parameter is too small to contain the returned information.
105
Ignoring function, the marker/line index must be in the range -1 to -256.

SEE ALSO

Line type definition, see pxset_line_def

Polyline, see ppolyline, ppolyline3


Previous Next Up Title Contents Index Functions Index Top Library