Ellipse.RadiusY Property

EllipseRadiusY Property

Returns the Y vector radius of the ellipse.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public double RadiusY { get; }
Public ReadOnly Property RadiusY As Double
	Get
public:
property double RadiusY {
	double get ();
}
member RadiusY : float with get

Property Value

Double
See Also