Revit 2025.3 API
EllipseRadius |
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
DoubleSee Also