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