SetMeasureDictCoordinateSystem
Meet- en coördinaateenheden
Beschrijving
Stelt het coördinatenstelsel van een meetwoordenboek in
Syntaxis
Delphi
Function TPDFlib.SetMeasureDictCoordinateSystem(MeasureDictID, CoordinateSystemID: Integer): Integer;
ActiveX
Function PDFlib::SetMeasureDictCoordinateSystem(MeasureDictID As Long, CoordinateSystemID As Long) As Long
DLL
int DLSetMeasureDictCoordinateSystem(int InstanceID, int MeasureDictID, int CoordinateSystemID);
Parameters
| MeasureDictID | Een waarde geretourneerd door de functie GetImageMeasureDict |
|---|---|
| CoordinateSystemID | 1 = Rectilinear coordinate system (RL) 2 = Geospatial coordinate system (GEO) |
Retourwaarden
| 0 | De parameter MeasureDictID was onjuist of de parameter CoordinateSystemID was buiten bereik |
|---|---|
| 1 | Success |