CrossSectionDataRemoveGlobalCrossSection Method |
Find and removes a cross section based on the reachID and topoID. The reach must have
a global cross section defined, otherwise nothing happens.
Namespace:
DHI.Mike1D.CrossSectionModule
Assembly:
DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public bool RemoveGlobalCrossSection(
string reachID,
string topoID
)
Public Function RemoveGlobalCrossSection (
reachID As String,
topoID As String
) As Boolean
public:
bool RemoveGlobalCrossSection(
String^ reachID,
String^ topoID
)
Parameters
- reachID
- Type: SystemString
ID of reach to get cross section for - topoID
- Type: SystemString
Topo id to use
Return Value
Type:
BooleanTrue if a cross section was removed, false otherwise
See Also