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