Click or drag to resize

MeshAnalysisShadingOptionHasDescription Method

Returns a value indicating whether the shading option has a description.

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework.API
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
[PublicAPIAttribute]
public virtual bool HasDescription()

Return Value

Type: Boolean
true if the shading option has a description; otherwise, false.
Remarks
Default: false.
See Also