This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IN > INewEllipseFeedback Interface > INewEllipseFeedback.MinorRadius Property (ArcObjects .NET 10.4 SDK) |
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(
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