The routines in this chapter enable you to:
. get the version of the part in which the given object was created and
the version in which it was last modified.
. get the highlight status of an object.
. return the objects status.
. return a logical value indicating whether or not the object type is
capable of having a matrix pointer which can be read with
UF_CSYS_ask_matrix_of_object . return all objects in a given part on all layers regardless of
their current status or displayability.
. return all objects in the part of all types on all layers regardless
of their current state of displayability.
. return a logical indicating whether the object is displayable,
and therefore possessing color, width, font, and layer.
. modify current default parameters for color, work layer,
line width, line font.
. temporarily modify current default parameters for color, work layer,
line width, line font and saves your previous default settings
in a temporary memory buffer.
This chapter provides access to specific color, line font, and width
object creation settings for specific object type and subtype combinations.
The routines provide functionality to ask/set the object creation color,
line font and width of a specific object type. Access to these settings is
provided by:
UF_OBJ_ask_cre_settings UF_OBJ_set_cre_color UF_OBJ_set_cre_line_font UF_OBJ_set_cre_width The routines provide functionality to ask/set the default object creation
color, line font and width. The default object creation settings apply to
all types without specific object settings. Access to the default object
creation settings is provided by:
UF_OBJ_ask_def_cre_settings UF_OBJ_set_def_cre_color UF_OBJ_set_def_cre_line_font UF_OBJ_set_def_cre_width Object types with specific object creation settings can use the default
settings by using the following routines:
UF_OBJ_is_def_cre_color UF_OBJ_is_def_cre_line_font UF_OBJ_is_def_cre_width UF_OBJ_set_cre_color_to_def UF_OBJ_set_cre_line_font_to_def UF_OBJ_set_cre_width_to_def For information on type, subtype and properties
click here.
These are the UF_OBJ specific error codes.