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