PK_LINE_ask   

PK_ERROR_code_t     PK_LINE_ask
(
--- received arguments ---
PK_LINE_t           line,       --- line

--- returned arguments ---
PK_LINE_sf_t *const line_sf     --- line standard form
)


This function writes the standard form of a line at the given address.  The
application is responsible for allocating the standard form but need not
initialise any of the fields.  See documentation for PK_LINE_sf_t.