SetCSDictWKT
Measurement and coordinate units
Description
Sets the Well Known Text (WKT) describing a coordinate system dictionary.
Syntax
Delphi
function TPDFlib.SetCSDictWKT(CSDictID: Integer; Const NewWKT: WideString): Integer;ActiveX
Function PDFlib::SetCSDictWKT(CSDictID As Long, NewWKT As String) As LongDLL
int DLSetCSDictWKT(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 |