C#
VB
C++
Verifies the item to be of a given type.
Public Sub VerifyItem( _
ByVal index As Integer, _
ByVal rep As Integer, _
ByVal expected_type As Type _
)
public void VerifyItem(
int index,
int rep,
Type expected_type
)
public:
void VerifyItem(
int index,
int rep,
Type^ expected_type
)
index
Index of the item.
rep
Item's repetition.
expected_type
Expected type of item that will be verified against this parameter.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET