本帖最后由 作者 于 2004-5-14 22:36:48 编辑
语法
object.Move Point1, Point2
Object
所有图形对象, AttributeReference 使用该方法的对象。
Point1(即起始点)
Variant[变体] (三元素双精度数组); 仅用于输入 The 3D WCS coordinates specifying the first point of the move vector.
Point2(即结束点)
Variant[变体] (三元素双精度数组); 仅用于输入 The 3D WCS coordinates specifying the second point of the move vector. |