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