formZ SDK | 5.0 API Reference | Project | Modeling | Attributes
Description
Get the display resolution attribute of an object. The
fz_attr_refn_ptr refn parameter must be created and
deleted by the calling function. For example :
(windex,&refn);
(windex,obj,&has_refn,refn);
...
(windex,&refn);
Note, that an object may not have a display resolution attribute, in which case
the has_refn parameter will be returned as FALSE.
Plugin Prototype
fzrt_error_td fz_objt_attr_get_objt_refn(
fzrt_int | windex, |
obj, | |
has_refn, | |
refn ) |
Parameters
windex [Input]
project window index
obj [Input]
object
has_refn [Result, Optional]
TRUE if the object has a display resolution attribute. FALSE otherwise.
refn [Result, Optional]
display resolution attribute
Returns
Error codes
Availability
5.0.0.0
Example Files
See Also
Function Set
Defined in