C#
VB
C++
Gets the value that indicates whether or not you can create a mesh.
public static bool CanCreateMesh { get; }
Public Shared ReadOnly Property CanCreateMesh As Boolean
public:
static property bool CanCreateMesh {
bool get();
}
true if a mesh can be created; otherwise, false.
You can create only one mesh at a time. If a mesh already exists, this property will return 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