IAddProfileLineDLL Method (IBody)
Obsolete. Superseded by IBody2::IAddProfileLineDLL.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IAddProfileLineDLL( _
ByRef RootPoint As Double, _
ByRef Direction As Double _
) As Curve |
Visual Basic (Usage) | |
---|
Dim instance As IBody
Dim RootPoint As Double
Dim Direction As Double
Dim value As Curve
value = instance.IAddProfileLineDLL(RootPoint, Direction)
|
Parameters
- RootPoint
-
- Direction
-
See Also