Click or drag to resize

MeshAnalysisUtilitiesGetAliasSafeT Method

Gets the alias of a MeshAnalysisTool or a MeshAnalysisShadingOption, which stored in AliasAttribute

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
[CanBeNullAttribute]
[PublicAPIAttribute]
public static string GetAliasSafe<T>()
where T : IHaveAlias

Type Parameters

T
Type of the tool or ShadingOption class.

Must be derived from MeshAnalysisTool or MeshAnalysisShadingOption.

Return Value

Type: String
Alias if exists; otherwise, null.
Exceptions
ExceptionCondition
ArgumentExceptionT are not implementing IHaveAlias interface.
See Also