formZ SDK | 5.0 API Reference | Project | Symbols

fz_symb_def_delete

Description

Deletes a definition level. If lev_indx is passed as -1, all levels and the entire definition is deleted. If lev_indx is 0, 1 or 2, only the specified level is deleted. If the specified level is the only defined level, the definition is deleted as well.

Plugin Prototype

fzrt_error_td fz_symb_def_delete(

fzrt_int

windex,

fz_symb_def_ptr

def_ptr,

fzrt_int

lev_indx )

Parameters

windex [Input]

project window index

def_ptr [Input]

definition

lev_indx [Input]

level index

Range: -1 <= lev_indx <= 2

Returns

Error codes

Availability

5.0.0.0

Example Files

util_symb_test.fsl

Function Set

fz_symb_fset


Defined in

fz_symb_api.h