Getpropertyindex – Kofax DM API User Manual

Page 228

Advertising
background image

208 C

HAPTER

4

GetPropertyIndex

nIndex = _

oIndexFormProps.

GetPropertyIndex

( _

sPropName )

If nIndex >= 0 And nIndex < nSize Then

txtPropertyIndex.Text = nIndex

Else

MsgBox "This is not a valid property " _

& "or the property returned is " _

& "out of range."

End If

Else

MsgBox "The PropertyList is empty."

End If

End If

End Sub

Related Items

See the

PCDPropertyList

object.

See the following methods:

BeginIter
DeleteProperty
GetCurrentPropertyName
GetCurrentPropertyValue
NextTrustee

See the following properties:

ErrDescription
ErrNumber

Advertising