Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 24.0.0.0
Syntax
 
double Radius { get; set; }
 
Property Radius As Double
        Get
        Set
 
property double Radius {
        double get ();
        void set (double value);
}
 
abstract Radius : float with get, set
 
 
 
Property Value
Double
 
See Also