Gets or sets whether to override the bend radius value specified in the gauge table for this base flange feature.  
             
            
.NET Syntax
| Visual Basic (Declaration) |  | 
|---|
| Property OverrideRadius As System.Boolean | 
| Visual Basic (Usage) |  | 
|---|
| Dim instance As IBaseFlangeFeatureData
Dim value As System.Boolean
 
instance.OverrideRadius = value
 
value = instance.OverrideRadius | 
| C# |  | 
|---|
| System.bool OverrideRadius {get; set;} | 
| C++/CLI |  | 
|---|
| property System.bool OverrideRadius {
   System.bool get();
   void set ( &   System.bool value);
} | 
Property Value
True to override the bend radius value, false to not
Example
            
            
            
            See Also
 
            Availability
SOLIDWORKS 2008 FCS, Revision Number 16.0