Version: |
1.2 |
Description: |
Deselects the current entity. |
Declaration: |
|
C/C++ |
extern "C" void WINAPI VCSetCurrentDeSelected(short* iError); |
Delphi |
procedure VCSetCurrentDeSelected(var iError: Smallint); stdcall; |
ActiveX/COM |
Sub SetCurrentDeSelected() |
Parameters: |
No additional parameters are used with this subroutine. |
Notes: |
In order for the Visual CADD™ user to make edits or changes to any entities within the current drawing it is necessary for the entities to first be selected. If an application is to parse through the drawing for specific entities and allow the user to edit or change these entities, they must be selected. VCSetCurrentSelected does this without affecting the current selection set. This allows the application to step through the database and select any entities that match the selection criteria. VCSetCurrentDeSelected allows control over which entities are included in the selection set. |
See Also: |
VCObjectSelect , VCClearSelection, VCCrossingSelect, VCDeSelectAll, VCSelectAll, VCSelectInvert, VCSelectLast, VCWindowSelect, VCSetCurrentSelected |