IGetCenterPoint Method (ISketchArc)
Obsolete. Superseded by ISketchArc::GetCenterPoint2 and ISketchArc::IGetCenterPoint2.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetCenterPoint() As Double |
Visual Basic (Usage) | |
---|
Dim instance As ISketchArc
Dim value As Double
value = instance.IGetCenterPoint()
|
C# | |
---|
double IGetCenterPoint() |
C++/CLI | |
---|
double IGetCenterPoint(); |
See Also