Version: |
1.2 |
Description: |
Selects the current entity and makes it available for modify commands. |
Declaration: |
|
C/C++ |
extern "C" void WINAPI VCSetCurrentSelected(short* iError); |
Delphi |
procedure VCSetCurrentSelected(var iError: Smallint); stdcall; |
ActiveX/COM |
Sub SetCurrentSelected() |
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 somehow 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, VCSetCurrentDeSelected |