GetCSDictType
Measurement and coordinate units
Version history
This function was introduced in Quick PDF Library version 8.11.
Description
Returns the coordinate system type for a coordinate system dictionary.
Syntax
Delphi
function TDebenuPDFLibrary1811.GetCSDictType(CSDictID: Integer): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::GetCSDictType(CSDictID As Long) As Long
DLL
int DPLGetCSDictType(int InstanceID, int CSDictID)
Parameters
CSDictID | A value returned from the GetMeasureDictGCSDict or GetMeasureDictDCSDict functions |
Return values
0 | The CSDictID parameter was incorrect |
1 | A geographic coordinate system (GEOGCS) |
2 | A projected coordinate system (PROJCS) |