GetCSDictType

Measurement and coordinate units

Description

Returns the coordinate system type for a coordinate system dictionary.

Syntax

Delphi

function TPDFlib.GetCSDictType(CSDictID: Integer): Integer;

ActiveX

Function PDFlib::GetCSDictType(CSDictID As Long) As Long

DLL

int DLGetCSDictType(int InstanceID, int CSDictID);

Parameters

CSDictIDA value returned from the GetMeasureDictGCSDict or GetMeasureDictDCSDict functions

Return values

0The CSDictID parameter was incorrect
1A geographic coordinate system (GEOGCS) 2 A projected coordinate system (PROJCS)