SendToBackEntities Method (ISketchManager) Send Feedback
See Also 
EntitiesArray
Array of entities to move to the bottom of the drawing order
Moves the specified entities to the bottom of the drawing order.

Syntax

Visual Basic 
Sub SendToBackEntities( _
   ByVal EntitiesArray As System.Object _
) 
C# 
void SendToBackEntities( 
   System.object EntitiesArray
)
JavaScript 
SendToBackEntities( 
   EntitiesArray : Array
)
COM native C++ 
HRESULT SendToBackEntities( 
   VARIANT EntitiesArray
) 
C++ 
DSRESULT SendToBackEntities( 
   const dsObjectPtrArray& EntitiesArray
) 

Parameters

EntitiesArray
Array of entities to move to the bottom of the drawing order

Remarks

The specified entities become the first-drawn entities in the drawing.
 

See Also

Availability

DraftSight V1R4.0