SetCSDictType
Measurement and coordinate units
Description
Sets the coordinate system type of a coordinate system dictionary.
Syntax
Delphi
function TPDFlib.SetCSDictType(CSDictID, NewDictType: Integer): Integer;ActiveX
Function PDFlib::SetCSDictType(CSDictID As Long, NewDictType As Long) As LongDLL
int DLSetCSDictType(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 |