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.
Namespace:
DHI.Mike1D.BoundaryModule
Assembly:
DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public static bool RemoveOpenSourceBoundary(
this IBoundaryData bndData,
ILocation location
)
<ExtensionAttribute>
Public Shared Function RemoveOpenSourceBoundary (
bndData As IBoundaryData,
location As ILocation
) As Boolean
public:
[ExtensionAttribute]
static bool RemoveOpenSourceBoundary(
IBoundaryData^ bndData,
ILocation^ location
)
Parameters
- bndData
- Type: DHI.Mike1D.BoundaryModuleIBoundaryData
Boundary data object - location
- Type: DHI.Mike1D.GenericILocation
Location to remove
Return Value
Type:
BooleanTrue 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