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