CreateEllipticalArcByCenter Method (IModelDoc)
Obsolete. Superseded by IModelDoc2::CreateEllipticalArcByCenter.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreateEllipticalArcByCenter( _
ByVal Center As Object, _
ByVal Major As Object, _
ByVal Minor As Object, _
ByVal Start As Object, _
ByVal End As Object _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IModelDoc
Dim Center As Object
Dim Major As Object
Dim Minor As Object
Dim Start As Object
Dim End As Object
Dim value As Boolean
value = instance.CreateEllipticalArcByCenter(Center, Major, Minor, Start, End)
|
C++/CLI | |
---|
bool CreateEllipticalArcByCenter(
& Object^ Center,
& Object^ Major,
& Object^ Minor,
& Object^ Start,
& Object^ End
) |
Parameters
- Center
-
- Major
-
- Minor
-
- Start
-
- End
-
See Also