Version: |
1.2 |
Description: |
This command does not require parameter input. These types of routines offer the functionality of the Visual CADD™ interface but allow no control over the operation. |
Declaration: |
|
C/C++ |
extern "C" void WINAPI VCSnapNearPoint(long lParam, WORD wParam); |
Delphi |
procedure VCSnapNearPoint(lParam Longint; wParam Smallint); stdcall; |
ActiveX/COM |
Sub SnapNearPoint(ByVal lParam As Long, ByVal wParam As Integer) |
Parameters: |
lParam and wParam - both parameters are ignored and can be set to any arbitrary value such as zero. |
Notes: |
This function starts the SnNearPt/NP native command. |