GetEntities Method (IHighlightSet) Send Feedback
See Also 
EntitiesArray[out]
Array of entities in this highlight selection set
EntityTypeLongArray[out]
Types of entities in this highlight selection set as defined in dsObjectType_e
Gets the entities and their types in this highlight selection set.

Syntax

Visual Basic 
Function GetEntities( _
   ByRef EntityTypeLongArray As System.Object _
) As System.Object
C# 
System.object GetEntities( 
   out System.object EntityTypeLongArray
)
JavaScript 
GetEntities(
) : {
   EntityTypeLongArray : Array,
   EntitiesArray : Array
}
COM native C++ 
HRESULT GetEntities( 
   VARIANT* EntityTypeLongArray,
   VARIANT* EntitiesArray
) 
C++ 
DSRESULT GetEntities( 
   dsLongArray* EntityTypeLongArray,
   dsObjectPtrArray* EntitiesArray
) 

Parameters

EntityTypeLongArray[out]
Types of entities in this highlight selection set as defined in dsObjectType_e
EntitiesArray[out] or Return Value
Array of entities in this highlight selection set
 

See Also

Availability

DraftSight V1R5.0