HasEntity Method (IHighlightSet) Send Feedback
See Also 
HasEntity[out]
True if the highlight selection set contains the specified entity, false if not
Entity[out]
Entity
Gets whether this highlight selection set contains the specified entity.

Syntax

Visual Basic 
Function HasEntity( _
   ByVal Entity As System.Object _
) As System.Boolean
C# 
System.bool HasEntity( 
   System.object Entity
)
JavaScript 
HasEntity( 
   Entity : Object
) : Boolean
COM native C++ 
HRESULT HasEntity( 
   IDispatch* Entity,
   VARIANT_BOOL* HasEntity
) 
C++ 
DSRESULT HasEntity( 
   dsObject* Entity,
   bool* HasEntity
) 

Parameters

Entity[out]
Entity
HasEntity[out] or Return Value
True if the highlight selection set contains the specified entity, false if not
 

See Also

Availability

DraftSight V1R5.0