|  | MeshAnalysisUtilitiesGetAliasSafe Method (Type) | 
Namespace: HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework
 Syntax
Syntax[CanBeNullAttribute] [PublicAPIAttribute] public static string GetAliasSafe( Type type )
Must be derived from MeshAnalysisTool, MeshAnalysisShadingOption or implement IHaveAlias interface.
 Exceptions
Exceptions| Exception | Condition | 
|---|---|
| ArgumentException | type are not implementing IHaveAlias interface. | 
 See Also
See Also