AcadHelixClassTopRadius
Property
 | 
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 24.0.0.0
Syntax
 
public virtual double TopRadius { get; set; }
 
Public Overridable Property TopRadius As Double
        Get
        Set
 
public:
virtual property double TopRadius {
        double get ();
        void set (double value);
}
 
abstract TopRadius : float with get, set
override TopRadius : float with get, set
 
 
 
Property Value
Double
Implements
IAcadHelixTopRadius
 
See Also