GetApexPoint Method (ISketchParabola)
Obsolete. Superseded by ISketchParabola::GetApexPoint2 and ISketchParabola::IGetApexPoint2.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetApexPoint() As Object |
Visual Basic (Usage) | |
---|
Dim instance As ISketchParabola
Dim value As Object
value = instance.GetApexPoint()
|
C++/CLI | |
---|
Object^ GetApexPoint(); |
See Also