IAddProfileArcDLL Method (IBody)
Obsolete. Superseded by IBody2::IAddProfileArcDLL.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IAddProfileArcDLL( _
ByRef Center As Double, _
ByRef Axis As Double, _
ByVal Radius As Double, _
ByRef StartPoint As Double, _
ByRef EndPoint As Double _
) As Curve |
Visual Basic (Usage) | |
---|
Dim instance As IBody
Dim Center As Double
Dim Axis As Double
Dim Radius As Double
Dim StartPoint As Double
Dim EndPoint As Double
Dim value As Curve
value = instance.IAddProfileArcDLL(Center, Axis, Radius, StartPoint, EndPoint)
|
Parameters
- Center
-
- Axis
-
- Radius
-
- StartPoint
-
- EndPoint
-
See Also