![]() |
![]() |
|
Use SAS Bridge for ESRI Objects in a Custom Application |
SAS Bridge
for ESRI |
![]() |
|
| The components for SAS Bridge for ESRI are built on a set of classes that encapsulate the following:
You can use these classes to create your own custom export applications and macros. For example, you can create an application that exports data to SAS, and then runs other processes without intervention. There is both a simple way to use these classes to export data and a more advanced approach. The more advanced approach requires more coding but enables greater flexibility and customization. Whichever way you choose, your code can run in either silent mode or verbose mode. In verbose mode, a progress dialog tracks the export progress. In silent mode, the progress dialog does not appear To use these classes in a VBA macro in ArcMap follow these steps: Define a VBA macro in ArcMap:
Type the code:Run the macro:
|