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