GetMeasureDictGPTSItem
Measurement and coordinate units
Description
Returns a value from the GPTS array of a measurement dictionary.
Syntax
Delphi
function TPDFlib.GetMeasureDictGPTSItem(MeasureDictID, ItemIndex: Integer): Double;ActiveX
Function PDFlib::GetMeasureDictGPTSItem(MeasureDictID As Long, ItemIndex As Long) As DoubleDLL
double DLGetMeasureDictGPTSItem(int InstanceID, int MeasureDictID, int ItemIndex);Parameters
| MeasureDictID | A value returned from the GetImageMeasureDict function |
|---|---|
| ItemIndex | The index of the item. The first item has an index of 1. |