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 LongDLL
int DLGetCSDictEPSG(int InstanceID, int CSDictID);Parameters
| CSDictID | A value returned from the GetMeasureDictGCSDict or GetMeasureDictDCSDict functions |
|---|