Gets the bend radii from the gauge table for this base flange feature.  
             
            
.NET Syntax
| Visual Basic (Declaration) |  | 
|---|
| Function IGetTableRadii( _
   ByVal ThicknessTableName As System.String, _
   ByVal NCount As System.Integer _
) As System.Double | 
| Visual Basic (Usage) |  | 
|---|
| Dim instance As IBaseFlangeFeatureData
Dim ThicknessTableName As System.String
Dim NCount As System.Integer
Dim value As System.Double
 
value = instance.IGetTableRadii(ThicknessTableName, NCount) | 
Parameters
- ThicknessTableName
- Gauge table thickness names (see Remarks)
- NCount
- Number of bend radii (see Remarks)
Return Value
- in-process, unmanaged C++: Pointer to an array of bend radii
VBA, VB.NET, C#, and C++/CLI: Not supportedSee In-process Methods for details about this type of method.
Remarks
 
            
            See Also
 
            Availability
SOLIDWORKS 2008 FCS, Revision Number 16.0