ClearSelections Method (ISelectionManager) Send Feedback
See Also  Example
SSType
Type of command to clear from the selection set as defined in dsSelectionSetType_e
Clears the specified command from the selection set.

Syntax

Visual Basic 
Sub ClearSelections( _
   ByVal SSType As dsSelectionSetType_e _
) 
C# 
void ClearSelections( 
   dsSelectionSetType_e SSType
)
JavaScript 
ClearSelections( 
   SSType : String
)
COM native C++ 
HRESULT ClearSelections( 
   dsSelectionSetType_e SSType
) 
C++ 
DSRESULT ClearSelections( 
   dsSelectionSetType_e SSType
) 

Parameters

SSType
Type of command to clear from the selection set as defined in dsSelectionSetType_e

Example

 

See Also

Availability

DraftSight V1R1