SetCSDictType
Measurement and coordinate units
Version history
This function was introduced in Quick PDF Library version 8.11.
Description
Sets the coordinate system type of a coordinate system dictionary.
Syntax
Delphi
function TQuickPDF0815.SetCSDictType(CSDictID, NewDictType: Integer): Integer;
ActiveX
Function QuickPDF0815.PDFLibrary::SetCSDictType(CSDictID As Long,
NewDictType As Long) As Long
DLL
int QuickPDFSetCSDictType(int InstanceID, int CSDictID, int NewDictType)
Parameters
| CSDictID | A value returned from the GetMeasureDictGCSDict or GetMeasureDictDCSDict functions |
| NewDictType |
1 = Geographic coordinate system (GEOGCS) 2 = Projected coordinate system (PROJCS) |
Return values
| 0 | The CSDictID parameter was incorrect or the NewDictType parameter was out of range |
| 1 | Success |