|
发表于 2006-6-12 21:34:00
|
显示全部楼层
Specifies the start point for the arc, line, or ellipse.
|
Signature
object.StartPoint
object
, ,
The object or objects this property applies to.
StartPoint
Variant (three-element array of doubles);
[U]For the Arc and Ellipse objects this property is read-only.
[/U]For the Line object this property is read-write.
The 3D WCS coordinate representing the start point for the object.
Remarks
[I]The start point for an arc, ellipse, and line
[U]You cannot change the start point of an arc or ellipse[/U]. To edit an arc, use the and properties. To edit an ellipse, use the EndAngle, , and properties.
所以说是可编辑的是错误的
|
|