←Select platform

CanCreateMesh Property

Summary

Gets the value that indicates whether or not you can create a mesh.

Syntax

C#
VB
C++
public static bool CanCreateMesh { get; } 
  
Public Shared ReadOnly Property CanCreateMesh As Boolean 
public: 
static property bool CanCreateMesh { 
   bool get(); 
} 

Property Value

true if a mesh can be created; otherwise, false.

Remarks

You can create only one mesh at a time. If a mesh already exists, this property will return false.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly