ArcObjects Library Reference (DefenseSolutions)  

IGeoEllipse.AxisX Property

Length of the X axis from the origin to the GeoEllipse boundary.

[Visual Basic .NET]
Public Property AxisX As Double
[C#]
public double AxisX {get; set;}
[C++]
HRESULT get_AxisX(
  double* pdAxisX
);
[C++]
HRESULT put_AxisX(
  double pdAxisX
);
[C++]

Parameters

pdAxisX [out, retval]   pdAxisX is a parameter of type double pdAxisX [in]   pdAxisX is a parameter of type double

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IGeoEllipse Interface