RemoveEntities Method (IHighlightSet) Send Feedback
See Also 
EntitiesArray
Array of entities to delete from this highlight selection set
Deletes the specified entities from this highlight selection set.

Syntax

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

Parameters

EntitiesArray
Array of entities to delete from this highlight selection set

Example

See the IHighlightSet examples.
 

See Also

Availability

DraftSight V1R5.0