C#
VB
C++
Determines whether the specified item exists in the subject.
public bool HasItem(
string itemName
)
Public Function HasItem( _
ByVal itemName As String _
) As Boolean
public:
bool HasItem(
String^ itemName
)
itemName
Name of the item.
True
if the specified item name exists; otherwise it is false
.
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