SetCSDictType

Medição e unidades de coordenadas

Descrição

Define o tipo de sistema de coordenadas de um dicionário de sistema de coordenadas

Sintaxe

Delphi

Function TPDFlib.SetCSDictType(CSDictID, NewDictType: Integer): Integer;

ActiveX

Function PDFlib::SetCSDictType(CSDictID As Long, NewDictType As Long) As Long

DLL

int DLSetCSDictType(int InstanceID, int CSDictID, int NewDictType);

Parâmetros

CSDictIDUm valor retornado pelas funções GetMeasureDictGCSDict ou GetMeasureDictDCSDict
NewDictType1 = Geographic coordinate system (GEOGCS) 2 = Projected coordinate system (PROJCS)

Valores retornados

0O parâmetro CSDictID estava incorreto or the NewDictType parameter was out of range
1Success