InsertBendTableNew Method (IModelDoc)
Obsolete. Superseded by IModelDoc2::InsertBendTableNew.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function InsertBendTableNew( _
ByVal FileName As System.String, _
ByVal Units As System.String, _
ByVal Type As System.String _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IModelDoc
Dim FileName As System.String
Dim Units As System.String
Dim Type As System.String
Dim value As System.Boolean
value = instance.InsertBendTableNew(FileName, Units, Type) |
C# | |
---|
System.bool InsertBendTableNew(
System.string FileName,
System.string Units,
System.string Type
) |
C++/CLI | |
---|
System.bool InsertBendTableNew(
& System.String^ FileName,
& System.String^ Units,
& System.String^ Type
) |
Parameters
- FileName
-
- Units
-
- Type
-
See Also