AddEntityType Method (ISelectionFilter) Send Feedback
See Also  Example
EntityType
Drawing entity to add to the selection filter list as defined in dsObjectType_e
Adds the specified drawing entity to the selection filter list.

Syntax

Visual Basic 
Sub AddEntityType( _
   ByVal EntityType As dsObjectType_e _
) 
C# 
void AddEntityType( 
   dsObjectType_e EntityType
)
JavaScript 
AddEntityType( 
   EntityType : String
)
COM native C++ 
HRESULT AddEntityType( 
   dsObjectType_e EntityType
) 
C++ 
DSRESULT AddEntityType( 
   dsObjectType_e EntityType
) 

Parameters

EntityType
Drawing entity to add to the selection filter list as defined in dsObjectType_e

Example

 

See Also

Availability

DraftSight V1R1.1