formZ SDK | 4.0 Call Back Reference | Command | Project Command

fz_cmnd_cbak_proj_info

Description

Command initialization (Required). This function is called once by formZ as soon as the command is registered. It estabilishes the level and kind of the command. The level disquishes the context of the command (, modeling, drafting, window etc.). The type tells formZ if the command is a tool, action or state setting.
Returning and error other than FZRT_NOERR will cause the command NOT to be registered

Plugin Prototype

fzrt_error_td fz_cmnd_cbak_proj_info(

fz_proj_level_enum *

level )

Parameters

level [Result]

to be filled with the command level

Returns

Error codes

Availability

5.0.0.0

See Also

fz_cmnd_cbak_proj_finit

Function Set

fz_cmnd_cbak_proj_fset


Defined in

fz_cmnd_api.h