This document is archived and information here might be outdated.  Recommended version.


INewEllipseFeedback.MinorRadius Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IN > INewEllipseFeedback Interface > INewEllipseFeedback.MinorRadius Property
ArcGIS Developer Help

INewEllipseFeedback.MinorRadius Property

The minor radius of the current ellipse being constructed.

[Visual Basic .NET]
Public Property MinorRadius As Double
[C#]
public double MinorRadius {get; set;}
[C++]
HRESULT get_MinorRadius(
  System.Double* MinorRadius
);
[C++]
HRESULT put_MinorRadius(
  double MinorRadius
);
[C++]
Parameters
MinorRadius [out, retval]

MinorRadius is a parameter of type double* MinorRadius [in]
MinorRadius is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

INewEllipseFeedback Interface