Gets the drag point.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetDragPoint( _
ByRef Point As System.Object _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDragOperator
Dim Point As System.Object
Dim value As System.Boolean
value = instance.GetDragPoint(Point) |
C# | |
---|
System.bool GetDragPoint(
out System.object Point
) |
C++/CLI | |
---|
System.bool GetDragPoint(
& [Out] System.Object^ Point
) |
Parameters
- Point
- Array containing the X, Y, Z coordinates of the drag point
Return Value
True if successful, false if not
Remarks
See Also
Availability
SOLIDWORKS 2001Plus FCS, Revision Number 10.0