gpeUpdateInstanceFromSchematic
gpeUpdateInstanceFromSchematic(
d_modgenID
)
=> t / nil
Description
Updates the given Modgen instance parameters based on the binding schematic cellview.
Arguments
Value Returned
Example
Updates the parameters for the given Modgen from its binding schematic cellview.
cv=geGetEditCellView()
modgenid=leGetEditFigGroup()
gpeUpdateInstanceFromSchematic(modgenid)
Return to top