MoveEntities Method (ISketchManager) Send Feedback
See Also 
DisplacementX
Distance to move the entity along the x axis
DisplacementY
Distance to move the entity along the y axis
DisplacementZ
Distance to move the entity along the z axis
EntitiesArray
Array of entities to move
Moves the specified sketch entities to the specified relative location.

Syntax

Visual Basic 
Sub MoveEntities( _
   ByVal DisplacementX As System.Double, _
   ByVal DisplacementY As System.Double, _
   ByVal DisplacementZ As System.Double, _
   ByVal EntitiesArray As System.Object _
) 
C# 
void MoveEntities( 
   System.double DisplacementX,
   System.double DisplacementY,
   System.double DisplacementZ,
   System.object EntitiesArray
)
JavaScript 
MoveEntities( 
   DisplacementX : Number,
   DisplacementY : Number,
   DisplacementZ : Number,
   EntitiesArray : Array
)
COM native C++ 
HRESULT MoveEntities( 
   DOUBLE DisplacementX,
   DOUBLE DisplacementY,
   DOUBLE DisplacementZ,
   VARIANT EntitiesArray
) 
C++ 
DSRESULT MoveEntities( 
   double DisplacementX,
   double DisplacementY,
   double DisplacementZ,
   const dsObjectPtrArray& EntitiesArray
) 

Parameters

DisplacementX
Distance to move the entity along the x axis
DisplacementY
Distance to move the entity along the y axis
DisplacementZ
Distance to move the entity along the z axis
EntitiesArray
Array of entities to move

Remarks

This method works like the DraftSight MOVE command to move sketch entities.
 

See Also

Availability

DraftSight V1R1.4