GetMeasureDictLPTSItem

Measurement and coordinate units

Description

Returns a value from the CPTS array of a measurement dictionary.

Syntax

Delphi

function TPDFlib.GetMeasureDictLPTSItem(MeasureDictID, ItemIndex: Integer): Double;

ActiveX

Function PDFlib::GetMeasureDictLPTSItem(MeasureDictID As Long, ItemIndex As Long) As Double

DLL

double DLGetMeasureDictLPTSItem(int InstanceID, int MeasureDictID, int ItemIndex);

Parameters

MeasureDictIDA value returned from the GetImageMeasureDict function
ItemIndexThe index of the item. The first item has an index of 1.