Click or drag to resize

EngineExtensionsGetSurfaceArea Method

Get surface area of geometry at provided level, by interpolation

Namespace:  DHI.Mike1D.Engine
Assembly:  DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static double GetSurfaceArea(
	this BasinGeometry geometry,
	double level
)

Parameters

geometry
Type: DHI.Mike1D.NetworkDataAccessBasinGeometry

[Missing <param name="geometry"/> documentation for "M:DHI.Mike1D.Engine.EngineExtensions.GetSurfaceArea(DHI.Mike1D.NetworkDataAccess.BasinGeometry,System.Double)"]

level
Type: SystemDouble

[Missing <param name="level"/> documentation for "M:DHI.Mike1D.Engine.EngineExtensions.GetSurfaceArea(DHI.Mike1D.NetworkDataAccess.BasinGeometry,System.Double)"]

Return Value

Type: Double

[Missing <returns> documentation for "M:DHI.Mike1D.Engine.EngineExtensions.GetSurfaceArea(DHI.Mike1D.NetworkDataAccess.BasinGeometry,System.Double)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type BasinGeometry. 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