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 Long

DLL

int DLSetCSDictWKT(int InstanceID, int CSDictID, wchar_t * NewWKT);

Parameters

CSDictIDA value returned from the GetMeasureDictGCSDict or GetMeasureDictDCSDict functions
NewWKTThe new Well Known Text description

Return values

0The CSDictID parameter was incorrect
1Success