formZ SDK | 5.0 API Reference | Project | Modeling | Selection (Pick)

fz_model_result_get_objt

Description

Get the nth object in the result buffer. Return an error, if there is no nth object in the result buffer.

Plugin Prototype

fzrt_error_td fz_model_result_get_objt(

fzrt_int

windex,

fzrt_int

n,

fz_objt_ptr *

objt )

Parameters

windex [Input]

project window index

n [Input]

which object (n) to get

objt [Result]

the nth object in the result buffer, or NULL if there is no nth object

Returns

Error codes

Availability

7.0.0.0

Function Set

fz_model_fset


Defined in

fz_objt_api.h