GetMinorPoint Method (ISketchEllipse)
Obsolete. Superseded by ISketchEllipse::GetMinorPoint2 and ISketch Ellipse::IGetMinorPoint2.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetMinorPoint() As Object |
Visual Basic (Usage) | |
---|
Dim instance As ISketchEllipse
Dim value As Object
value = instance.GetMinorPoint()
|
C# | |
---|
object GetMinorPoint() |
C++/CLI | |
---|
Object^ GetMinorPoint(); |
See Also