GetBlockID

This method retrieves the workdoc block index for the current matched word. This method is called typically after executing FindStringFirst or FindStringNext for search operations where the entire block is needed, such as in an address block search algorithm.

Syntax

GetBlockID(plBlockID as Long)
Parameter Description
plBlockID Output parameter.
  • Contains a valuable result if the
    AnalysisMethod
    property is set to
    CdrAnalysisString
    .
  • Contains 0 (zero) if the
    AnalysisMethod
    property is set to
    CdrAnalysisDesignator
    .