schSetSymbolOrigin
schSetSymbolOrigin(
d_cvId
l_origin
)
=> t / nil
Description
Moves all the objects in the specified symbol cellview relative to the given origin point.
Arguments
|
Cellview ID of an editable symbol cellview in which to set the origin for moving the objects. |
|
Value Returned
|
Moved all the objects in the specified cellview relative to the given origin point. |
|
Example
Moves the origin of the cellview specified by symbolCV to the point 1,0.
schSetSymbolOrigin( symbolCV 1:0 )
Return to top