|  | PointMove Method  | 
 
            Moves the point along the vector by specified distance
            
 
    Namespace: 
   CodeStack.SwEx.MacroFeature.Data
    Assembly:
   CodeStack.SwEx.MacroFeature (in CodeStack.SwEx.MacroFeature.dll) Version: 0.5.3.0 (0.5.3.0)
 Syntax
Syntaxpublic Point Move(
	Vector dir,
	double dist
)
Public Function Move ( 
	dir As Vector,
	dist As Double
) As Point
public:
Point^ Move(
	Vector^ dir, 
	double dist
)
Parameters
- dir
- Type: CodeStack.SwEx.MacroFeature.DataVector
 Direction of move
- dist
- Type: SystemDouble
 Distance
Return Value
Type: 
PointNew point
 See Also
See Also