Function Name: Convert Fields To Coord

Definition

Converts the fields of a Location subclass to the corresponding coordinate data structure.

Returns

SE_TRUE - if conversion succeeded

SE_FALSE - otherwise

Prototype


extern SE_BOOLEAN
SE_ConvertFieldsToCoord
(
SE_FIELDS_PTR field_ptr, (notes)
SE_COORD *coord_ptr (notes)
);

Parameters Notes

field_ptr

 fields to be converted

coord_ptr

 to receive the converted output

Prev: Convert Fields To Color Data. Next: Convert Vector To Fields. Up:Index.