SetMeasureDictGPTSItem
מדידה ויחידות קואורדינטות
תיאור
מגדירה את הערך של פריט במערך ה-GPTS של מילון מדידה
תחביר
Delphi
Function TPDFlib.SetMeasureDictGPTSItem(MeasureDictID, ItemIndex: Integer; NewValue: Double): Integer;
ActiveX
Function PDFlib::SetMeasureDictGPTSItem(MeasureDictID As Long, ItemIndex As Long, NewValue As Double) As Long
DLL
int DLSetMeasureDictGPTSItem(int InstanceID, int MeasureDictID, int ItemIndex, double NewValue);
פרמטרים
| MeasureDictID | ערך שהוחזר מהפונקציה GetImageMeasureDict האינדקס של הפריט להגדרה. לפריט הראשון יש אינדקס 1 |
|---|---|
| ItemIndex | |
| NewValue | הערך החדש של הפריט. |
ערכי החזרה
| 0 | הפרמטר MeasureDictID שגוי או שהפרמטר ItemIndex מחוץ לטווח |
|---|---|
| 1 | Success |