| 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
The specified entities become the first-drawn entities in the drawing.
ISketchManager Interface
ISketchManager Members
ISketchManager::BringAboveEntities Method ()
ISketchManager::BringToFrontEntities Method ()
ISketchManager::SendToUnderEntities Method ()
ISketchManager Members
ISketchManager::BringAboveEntities Method ()
ISketchManager::BringToFrontEntities Method ()
ISketchManager::SendToUnderEntities Method ()
DraftSight V1R4.0
Syntax