Function Name: Convert Coord To Fields

Definition

Converts the given coordinate to the fields of the corresponding Location subclass.

Returns

SE_TRUE - if copy succeeded

SE_FALSE - otherwise

Prototype


extern SE_BOOLEAN
SE_ConvertCoordToFields
(
constSE_COORD *coord_ptr, (notes)
SE_FIELDS *fields (notes)
);

Parameters Notes

coord_ptr

 coordinate to be copied.

fields

 pointer to SE_FIELDS to receive the output.

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