BoundaryExtensionsRemoveOpenSourceBoundary Method

Remove boundary at location. If boundary is used in more than one location, only the location is removed from the boundary, otherwise the entire boundary is removed.

Definition

Namespace: DHI.Mike1D.BoundaryModule
Assembly: DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public static bool RemoveOpenSourceBoundary(
	this IBoundaryData bndData,
	ILocation location
)

Parameters

bndData  IBoundaryData
Boundary data object
location  ILocation
Location to remove

Return Value

Boolean
True if boundary found and removed at location.

Usage Note

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