EllipseFull2d.PutEllipseFullData Method
Parent Object: EllipseFull2dDescription
Method that sets the data defining this ellipse.
Syntax
EllipseFull2d.PutEllipseFullData( Center() As Double, MajorAxis() As Double, MinorMajorRatio As Double )Parameters
Name | Type | Description |
Center | Double | Input/output Double that specifies the Ellipse's center. |
MajorAxis | Double | Input/output Double that specifies the Ellipse's major axis. |
MinorMajorRatio | Double | Input Double that specifies the ratio of the minor and major axes of the Ellipse. |