formZ SDK | 5.0 API Reference | Project | Modeling | Rendering | Vector Export

fz_expt_vect_check_feature

Description

Checks if a feature/capability is available in a vector exporter.

Plugin Prototype

fzrt_error_td fz_expt_vect_check_feature(

fzrt_int

windex,

fz_expt_vect_ptr

expt_vect,

fz_ffmt_expt_vect_feature_enum

ffmt_expt_vect_feature,

fzrt_boolean *

check )

Parameters

windex [Input]

project window index

expt_vect [Input]

Image vector export data

ffmt_expt_vect_feature [Input]

The feature/capability

check [Result]

If TRUE, the feature is supported

Returns

FZRT_NOERR on success. Or:
Appropriate error on failure.

Availability

5.0.0.0

Function Set

fz_expt_vect_modl_fset


Defined in

fz_expt_vect_api.h