formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Editing Operations

fz_objt_edit_can_convert_cntrl

Description

Checks whether a controlled object of one type can be converted to a controlled object of another type.

Plugin Prototype

fzrt_error_td fz_objt_edit_can_convert_cntrl(

fzrt_int

windex,

fz_objt_ptr

obj,

fz_objt_cvrt_to_otype_num_enum

cnvrt_to_type,

fzrt_boolean *

can_convert )

Parameters

windex [Input]

project window index

obj [Input]

object

cnvrt_to_type [Input]

type to convert to

can_convert [Result]

can the object be converted

Returns

Error codes

Availability

5.0.0.0

Example Files

util_objt_topo.fsl

See Also

Function Set

fz_model_fset


Defined in

fz_objt_api.h