AcMapOSEGetConnection global function

Land Desktop Development ARX CPP SDK

 

AcMapOSEGetConnection global function

Gets the connection object.

Include AdMapOracleConnection.h.

 

AcMapOSEConnection *

AcMapOSEGetConnection();

Returns the connection object.

Before you can do anything with Oracle Spatial data, you must get the AcMapOSEConnection object.

AcMapOSEConnection *pConnection = AcMapOSEGetConnection();

See Managing the connection (overview).