StartPoint Property |
Specifies the start point for the arc, line, or ellipse.
Signature
object.StartPoint
object
Arc,
Ellipse, Line
The object or objects this property applies to.
StartPoint
Variant (three-element array of
doubles);
For the Arc and Ellipse objects this property is read-only.
For the Line object this property is read-write.
The 3D WCS coordinate representing the start point for the
object.
Remarks
The start point for an arc, ellipse, and line
You cannot change the start point of an arc or ellipse. To edit an arc, use the EndAngle and Radius properties. To edit an ellipse, use the EndAngle, MajorAxis, and RadiusRatio properties.
Comments? |