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