API Reference > OdDb Classes > OdDbGeoCoordinateSystemCategory Class > OdDbGeoCoordinateSystemCategory Methods > OdDbGeoCoordinateSystemCategory::getCoordinateSystemAt Method
OdDbGeoCoordinateSystemCategory::getCoordinateSystemAt Method
Syntax
C++
virtual OdResult getCoordinateSystemAt(int index, OdDbGeoCoordinateSystemPtr& pCoordSys) const = 0;
Parameters 
Description 
int index 
[in] Index.  
OdDbGeoCoordinateSystemPtr& pCoordSys 
[in/out] Pointer to an OdDbGeoCoordinateSystem object.
 

Returns eOK if successful, or an appropriate error code if not.

Returns the coordinate system at the specified index. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.