Click or drag to resize

CrossSectionDataGetCrossSection Method (ILocation, String)

Get a cross section for a location, interpolated if none exists at the location. Returns null if a required interpolation is not possible. Returns a child if the location is found with in a location span of a cross section Processed data are found for the geometric interpolation

Namespace:  DHI.Mike1D.CrossSectionModule
Assembly:  DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public ICrossSection GetCrossSection(
	ILocation location,
	string topoId
)

Parameters

location
Type: DHI.Mike1D.GenericILocation
The location to look for
topoId
Type: SystemString
The topo id to look for

Return Value

Type: ICrossSection
the found cross section, or null if none found.
See Also