Click or drag to resize

AliasAttribute Class

Represents attribute used to add alias to the ShadingOption and the MeshAnalysisTool.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework.APIAliasAttribute

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework.API
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
[AttributeUsageAttribute(AttributeTargets.Class, Inherited = false)]
[PublicAPIAttribute]
public sealed class AliasAttribute : Attribute

The AliasAttribute type exposes the following members.

Constructors
  NameDescription
Public methodAliasAttribute
Initializes a new instance of the AliasAttribute class.
Top
Remarks
See Also