C#
VB
C++
Specifies whether a box is a super box.
public bool IsSuperBox(
string boxName
)
Public Function IsSuperBox( _
ByVal boxName As String _
) As Boolean
public:
bool IsSuperBox(
String^ boxName
)
boxName
A System.String containing the name of the box.
true if the box is a super box; otherwise, false.
Super boxes are boxes which contain other sub-boxes.
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