Sets the transform matrix for this drag operation.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function DragAsUI( _
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.DragAsUI(PXform) |
C# | |
---|
System.bool DragAsUI(
MathTransform PXform
) |
C++/CLI | |
---|
System.bool DragAsUI(
& MathTransform^ PXform
) |
Parameters
- PXform
- Pointer to IMathTransform that specifies the desired motion for this step
Return Value
True if the move was successful, false if not (see
Remarks)
Example
Remarks
See Also
Availability
SOLIDWORKS 2004 FCS, Revision Number 12.0