Sets the transform matrix for this drag operation.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IDrag( _
ByVal PXform As MathTransform _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDragOperator
Dim PXform As MathTransform
Dim value As System.Boolean
value = instance.IDrag(PXform) |
C# | |
---|
System.bool IDrag(
MathTransform PXform
) |
C++/CLI | |
---|
System.bool IDrag(
& MathTransform^ PXform
) |
Parameters
- PXform
- Pointer to an IMathTransform that specifies the desired motion for this step
Return Value
True if the move was successful, false if not (see
Remarks)
Remarks
See Also
Availability
SOLIDWORKS 2001Plus FCS, Revision Number 10.0