Use this function to translate a specified set of lines to the
given location.
TranslateObjects(xDistance As Double, ydistance As Double, objset1 As ObjectSet)
HRESULT TranslateObjects(double xDistance, double yDistance, ISet *objectSet1)
Input Parameters
xDistance
translation distance along X direction
yDistance
translation distance along Y direction
objset1
the lineset to be translated
Output Parameters
None
Description
This function translates a set of lines by the
specified distances along X and Y direction. Also it performs AutoConstrain
on the translated line set.