Click or drag to resize

WaveApproximationTypeDescriptionGetDescription Method

Get textual representation of the wave approximation type

Namespace:  DHI.Mike1D.HDParameterDataAccess
Assembly:  DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static string GetDescription(
	this WaveApproximationType currentEnum
)

Parameters

currentEnum
Type: DHI.Mike1D.HDParameterDataAccessWaveApproximationType

[Missing <param name="currentEnum"/> documentation for "M:DHI.Mike1D.HDParameterDataAccess.WaveApproximationTypeDescription.GetDescription(DHI.Mike1D.HDParameterDataAccess.WaveApproximationType)"]

Return Value

Type: String

[Missing <returns> documentation for "M:DHI.Mike1D.HDParameterDataAccess.WaveApproximationTypeDescription.GetDescription(DHI.Mike1D.HDParameterDataAccess.WaveApproximationType)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type WaveApproximationType. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also