AddEntities Method (IHighlightSet) Send Feedback
See Also 
EntitiesArray
Array of entities to add to the highlight selection set
Adds the specified entities to the highlight selection set.

Syntax

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

Parameters

EntitiesArray
Array of entities to add to the highlight selection set

Example

See the IHighlightSet examples.

Remarks

After calling this method, call IHighlightSet::Highlight to highlight the entities in the highlight selection set.
 

See Also

Availability

DraftSight V1R5.0