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