SetCSDictEPSG
Measurement and coordinate units
Description
Sets the EPSG reference code for a coordinate system dictionary (see www.epsg.org).
Syntax
Delphi
function TPDFlib.SetCSDictEPSG(CSDictID, NewEPSG: Integer): Integer;ActiveX
Function PDFlib::SetCSDictEPSG(CSDictID As Long, NewEPSG As Long) As LongDLL
int DLSetCSDictEPSG(int InstanceID, int CSDictID, int NewEPSG);Parameters
| CSDictID | A value returned from the GetMeasureDictGCSDict or GetMeasureDictDCSDict functions |
|---|---|
| NewEPSG | The new value for the EPSG reference code |
Return values
| 0 | The CSDictID parameter was incorrect |
|---|---|
| 1 | Success |