Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
#include "CATAutoConversions.h"
double coords[4];
CATSafeArrayVariant* arr = BuildSafeArrayVariant(coords, 4);
piVBViewObj->Size(*arr);
delete arr;
#include "CATAutoConversions.h"
double coords[4];
CATSafeArrayVariant* arr = BuildSafeArrayVariant(coords, 4);
piVBViewObj->Size(*arr);
ConvertSafeArrayVariant(arr, coords, 4);
delete arr;