SetMeasureDictGPTSItem
Measurement and coordinate units
Description
Sets the value of an item in the GPTS array of a measurement dictionary.
Syntax
Delphi
function TPDFlib.SetMeasureDictGPTSItem(MeasureDictID, ItemIndex: Integer; NewValue: Double): Integer;ActiveX
Function PDFlib::SetMeasureDictGPTSItem(MeasureDictID As Long, ItemIndex As Long, NewValue As Double) As LongDLL
int DLSetMeasureDictGPTSItem(int InstanceID, int MeasureDictID, int ItemIndex, double NewValue);Parameters
| MeasureDictID | A value returned from the GetImageMeasureDict function The index of the item to set. The first item has an index of 1. |
|---|---|
| ItemIndex | |
| NewValue | The new value of the item. |
Return values
| 0 | The MeasureDictID parameter was incorrect or the ItemIndex parameter was out of range |
|---|---|
| 1 | Success |