formZ SDK | 5.0 API Reference | Project | File Formats

fz_ffmt_keyword_set_str

Description

Associates a keyword with a translator. Other plugins can then use this keyword to obtain a translator's reference id. For example a model file translator can obtain a reference id for a tiff translator using the "TIFF" keyword to export textures as tiff files. formZ supplied keywords are defined in formZ_vendor.h.

Plugin Prototype

fzrt_error_td fz_ffmt_keyword_set_str(

fz_ffmt_ref_td

ffmt_id,

char *

keyword_str )

Parameters

ffmt_id [Input]

The file format reference id.

keyword_str [Input]

The keyword.

Returns

FZRT_NOERR on success. An error otherwise.

Availability

5.0.0.0

See Also

fz_ffmt_keyword_to_ref_id, fz_ffmt_keyword_to_ref_id_list

Function Set

fz_ffmt_fset


Defined in

fz_ffmt_api.h