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

Syntax

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

Parameters

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

Remarks

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

See Also

Availability

DraftSight V1R4.0