Kofax DM API Manual de usuario Pagina 231

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 528
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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.
Vista de pagina 230
1 2 ... 226 227 228 229 230 231 232 233 234 235 236 ... 527 528

Comentarios a estos manuales

Sin comentarios