SetMeasureDictCoordinateSystem
Måle- og koordinatenheter
Beskrivelse
Setjer koordinatsystemet til en måleordbok
Syntaks
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);
Parametere
| MeasureDictID | En verdi returnert fra GetImageMeasureDict-funksjonen |
|---|---|
| CoordinateSystemID | 1 = Rectilinear coordinate system (RL) 2 = Geospatial coordinate system (GEO) |
Returverdier
| 0 | MeasureDictID-parameteren var feil, eller CoordinateSystemID-parameteren var utenfor området |
|---|---|
| 1 | Success |