de_end_edit_item()
Commits and displays the editing changes of a given instance. Returns: none.
See also: de_edit_item().
Syntax:
de_end_edit_item(itemP);
where
itemP is a pointer to the item structure (the return value of de_edit_item()).
Example:
// Select the instance with id R1 decl itemInfoOSP = de_edit_item ("R1"); // Change the instance id to R11 de_set_item_id(itemInfoOSP, "R11"); // Finish the editing (commit and display the editing changes) de_end_edit_item(itemInfoOSP);
Where Used:
Schematic, Layout
Privacy
Statement
|
Terms of Use
|
Legal |
Contact Us
|
© Agilent 2000-2008 ![]()