CrossSectionDataFindGlobalCrossSection Method

Find a cross section based on the reachID and topoID. The reach must have a global cross section defined, otherwise null is returned.

Definition

Namespace: DHI.Mike1D.CrossSectionModule
Assembly: DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public ICrossSection FindGlobalCrossSection(
	string reachID,
	string topoID
)

Parameters

reachID  String
ID of reach to get cross section for
topoID  String
Topo id to use

Return Value

ICrossSection
Global cross section for reach

See Also