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