formZ SDK | 5.0 API Reference | System | Data Type

fz_type_get_xy

Description

This function performs the following data type conversions:
Variant Type Conversion
fz_xyz_td x & y values copied, z lost.
fz_xyzw_td x & y values copied, z & w lost.
fz_xy_float_td x & y values copied, no data lost.
fz_xyz_float_td x & y values copied, z lost.

Plugin Prototype

fzrt_error_td fz_type_get_xy(

fz_type_ptr

type,

fz_xy_td *

xyval )

Parameters

type [Input]

A pointer to a variant

xyval [Result]

A pointer to a coordinate to be filled. Must be allocated by the caller.

Availability

5.0.0.0

See Also

, fz_type_get_xy_ptr, ,

Function Set

fz_type_fset


Defined in

fz_type_api.h