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