Ellipsoid.CreateByTwoAxes(Double, Double, String) Method
Initializes an instance of Ellipsoid class using semimajor and semiminor axis values.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
Declaration
public static Ellipsoid CreateByTwoAxes(
double semimajor,
double semiminor,
string name
)
Parameters
Name | Type | Description |
---|---|---|
semimajor | Double | A Double object specifying a semimajor axis value. |
semiminor | Double | A Double object specifying a semiminor axis value. |
name | String | A String object specifying the name of an ellipsoid. |
Returns
Type | Description |
---|---|
Ellipsoid | An Ellipsoid object. |
See Also