formZ SDK | 5.0 API Reference | Project | Modeling | View Manager

fz_view_get_parm_data

Description

Gets one of the parameters of a view.
Note : not all parameters are used by all view types. In this case the parameter is still returned, but has no effect on the behavior of the view.

Plugin Prototype

fzrt_error_td fz_view_get_parm_data(

fzrt_int

windex,

fz_view_ptr

view,

fz_view_parm_enum

which,

fz_type_td *

data )

Parameters

windex [Input]

project window index

view [Input]

view

which [Input]

parameter identifier

data [Result]

parameter data

Returns

Error codes

Availability

5.0.0.0

Example Files

util_views.fsl

See Also

Function Set

fz_view_fset


Defined in

fz_view_api.h