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