Click or drag to resize

AliasAttribute Constructor

Initializes a new instance of the AliasAttribute class.

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework.API
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
public AliasAttribute(
	[NotNullAttribute] string alias
)

Parameters

alias
Type: SystemString
The class alias.
See Also