Use this method to duplicate a set of lines in X and Y directions by a specified number of times.
HRESULT RectangularDuplicate(double xNumber, double
yNumber, double xSpacing,
double
ySpacing, ISet *objectSet1)
xNumber
the number of duplicates along x direction
yNumber
the number of duplicates along y direction
xSpacing
distance between two consecutive duplicates along x direction
ySpacing
distance between two consecutive duplicates along y direction
objset
linset to be duplicated
Output Parameters
None
Description
This function duplicates
a set of lines in X and Y directions by a specified number of times, by
given the distance of separation . The duplicates are created in the active
sketch and all the lines are autoconstrained.