SetCSDictEPSG

测量和坐标单位

描述

为坐标系字典设置 EPSG 参考代码(请参阅 www.epsg.org)

语法

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);

参数

CSDictID由 GetMeasureDictGCSDict 或 GetMeasureDictDCSDict 函数返回的值
NewEPSGEPSG 参考代码的新值

返回值

0CSDictID 参数不正确
1Success