GetCSDictWKT
Measurement and coordinate units
Description
Returns the Well Known Text (WKT) description of a coordinate system dictionary.
Syntax
Delphi
function TPDFlib.GetCSDictWKT(CSDictID: Integer): WideString;ActiveX
Function PDFlib::GetCSDictWKT(CSDictID As Long) As StringDLL
wchar_t * DLGetCSDictWKT(int InstanceID, int CSDictID);Parameters
| CSDictID | A value returned from the GetMeasureDictGCSDict or GetMeasureDictDCSDict functions |
|---|