Kofax DM API Bedienungsanleitung Seite 231

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 528
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 230
DM API METHODS AND PROPERTIES 211
GetPropertyValueByIndex
GetPropertyValueByIndex
Use this method to get the value of a return property based on its
location in the return properties index.
Syntax
PCDLookup.GetPropertyValueByIndex( intPropNdx )
PCDRecentDoc.GetPropertyValueByIndex( intPropNdx
)
PCDSearch.GetPropertyValueByIndex( intPropNdx )
Parameter
Returns
Returns a VARIANT that contains the property value data from the
requested index position in the return array.
Usage
The position of the requested property value is determined by when it
was added to the return property data set by use of the
AddReturnProperty method. For example, if the first call to
AddReturnProperty is
AddReturnProperty(“DocName”), then,
after calling Execute followed by NextRow, a call to
GetPropertyValueByIndex( 0 ) would retrieve the value of the
DocName property for the first row in the results set.
Related Items
See the following objects:
PCDLookup
PCDRecentDoc
PCDSearch
See the following properties:
intPropNdx The zero-based index of the return property
whose value is desired.
Seitenansicht 230
1 2 ... 226 227 228 229 230 231 232 233 234 235 236 ... 527 528

Kommentare zu diesen Handbüchern

Keine Kommentare