KFactor Property (ISheetMetalFeatureData)
Obsolete. Superseded by ISheetMetalFeatureData::GetCustomBendAllowance and ISheetMetalFeatureData::SetCustomBendAllowance.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Property KFactor As Double |
| Visual Basic (Usage) | |
|---|
Dim instance As ISheetMetalFeatureData
Dim value As Double
instance.KFactor = value
value = instance.KFactor
|
| C# | |
|---|
double KFactor {get; set;} |
| C++/CLI | |
|---|
property double KFactor {
double get();
void set (double value);
} |
See Also