SetCSDictWKT
Measurement and coordinate units
Version history
This function was introduced in Quick PDF Library version 8.11.
Description
Sets the Well Known Text (WKT) describing a coordinate system dictionary.
Syntax
Delphi
function TQuickPDF0815.SetCSDictWKT(CSDictID: Integer; NewWKT: WideString): Integer;
ActiveX
Function QuickPDF0815.PDFLibrary::SetCSDictWKT(CSDictID As Long,
NewWKT As String) As Long
DLL
int QuickPDFSetCSDictWKT(int InstanceID, int CSDictID, wchar_t * NewWKT)
Parameters
| CSDictID | A value returned from the GetMeasureDictGCSDict or GetMeasureDictDCSDict functions |
| NewWKT | The new Well Known Text description |
Return values
| 0 | The CSDictID parameter was incorrect |
| 1 | Success |