Click or drag to resize

MeshAnalysisToolSetToolName Method

Changes a name of the tool.

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework.API
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
[PublicAPIAttribute]
protected void SetToolName(
	string name
)

Parameters

name
Type: SystemString
The new name.
See Also