GetCSDictEPSG
Measurement and coordinate units
Description
Returns the EPSG reference code for a coordinate system dictionary (see www.epsg.org).
Syntax
Delphi
Function TPDFlib.GetCSDictEPSG(CSDictID: Integer): Integer;
ActiveX
Function PDFlib::GetCSDictEPSG(CSDictID As Long) As Long
DLL
int DLGetCSDictEPSG(int InstanceID, int CSDictID);
Parameters
| CSDictID | A value returned from the GetMeasureDictGCSDict or GetMeasureDictDCSDict functions |
|---|