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 Long

DLL

int DLSetCSDictEPSG(int InstanceID, int CSDictID, int NewEPSG);

Parameters

CSDictIDA value returned from the GetMeasureDictGCSDict or GetMeasureDictDCSDict functions
NewEPSGThe new value for the EPSG reference code

Return values

0The CSDictID parameter was incorrect
1Success