formZ SDK | 4.0 Call Back Reference | Object Type

fz_otyp_cbak_init

Description

Object type init function (Required). This function is called whenever a new object of this type is created. The function is expected to fill the fields of the parameter block with default values. For convenience, both the object and a pointer to the parameter block are passed in.

Plugin Prototype

fzrt_error_td fz_otyp_cbak_init(

fzrt_int

windex,

fz_objt_ptr

objt,

fzrt_ptr

parm )

Parameters

windex [Input]

project window index

objt [Input]

object

parm [Input]

generic pointer to the parameter block

Returns

Error codes

Availability

5.0.0.0

Function Set

fz_otyp_cbak_fset


Defined in

fz_otyp_api.h