GetMajorPoint Method (ISketchEllipse)
Obsolete. Superseded by ISketchEllipse::GetMajorPoint2 and ISketchEllispe::IGetMajorPoint2.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetMajorPoint() As Object |
Visual Basic (Usage) | |
---|
Dim instance As ISketchEllipse
Dim value As Object
value = instance.GetMajorPoint()
|
C# | |
---|
object GetMajorPoint() |
C++/CLI | |
---|
Object^ GetMajorPoint(); |
See Also