KFactor Property (IBendsFeatureData)
Obsolete. Superseded by IBendsFeatureData::GetCustomBendAllowance and IBendsFeatureData::SetCustomBendAllowance.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property KFactor As Double |
Visual Basic (Usage) | |
---|
Dim instance As IBendsFeatureData
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