ArcObjects Library Reference (DefenseSolutions)  

IGeoEllipse.AxisY Property

Length of the Y axis from the center point in meters.

[Visual Basic .NET]
Public Property AxisY As Double
[C#]
public double AxisY {get; set;}
[C++]
HRESULT get_AxisY(
  double* pdAxisY
);
[C++]
HRESULT put_AxisY(
  double pdAxisY
);
[C++]

Parameters

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

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IGeoEllipse Interface