AddProfileBspline Method (IBody)
Obsolete. Superseded by IBody2::AddProfileBspline.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function AddProfileBspline( _
ByVal Props As System.Object, _
ByVal Knots As System.Object, _
ByVal CtrlPtCoords As System.Object _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As IBody
Dim Props As System.Object
Dim Knots As System.Object
Dim CtrlPtCoords As System.Object
Dim value As System.Object
value = instance.AddProfileBspline(Props, Knots, CtrlPtCoords) |
C++/CLI | |
---|
System.Object^ AddProfileBspline(
& System.Object^ Props,
& System.Object^ Knots,
& System.Object^ CtrlPtCoords
) |
Parameters
- Props
-
- Knots
-
- CtrlPtCoords
-
See Also