Changes
CADEntity position by
changing
marker position or
entity dragging
Namespace:
CADImport.CADImportControls
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Function ChangeEntityOnMouseMove( _ ByVal pt As Point _ ) As Boolean |
C#
|
public bool ChangeEntityOnMouseMove( Point pt ) |
Parameters
-
pt
-
Type: Point
New coordinates
Return Value
Returns
true if the changing is successful
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also