CrossSectionLocated Properties |
The CrossSectionLocated type exposes the following members.
Name | Description | |
---|---|---|
ApplyCoordinates |
Flag specifying whether the Coordinates is to be applied or ´not
| |
BaseCrossSection |
Get cross section which this location points to
| |
BottomLevel |
The minimum value of Z in the cross section (bottom level)
| |
Coordinates |
Gets or sets the cross section coordinates, i.e., the geographical coordinates
of line that the cross section follows.
| |
DHI_ID |
a unique ID allowing tracing of ICrossSection objects' histories in code flow.
Persistent in xns11 files only through a hack, by prepending it to the Info
(name) field. The xns11 bridge will filter this out, but not other xns11 readers.
| |
Height |
Height of the cross section
| |
Info |
Generel info on this cross section, user specified. Can be empty. In
Mike11 XNS editor called cross section ID (though it does not identify
the cross section)
| |
Interpolated |
Returns true if the CrossSection is interpolated from other cross sections
| |
IsOpen |
Return true if the cross section is open
| |
Location |
Defines the location of the current cross section. The Z-coordinate
is the bottom level of the cross section (unless defined by the
raw data (the open cross sections)).
| |
MaximumWidth |
Height of the cross section
| |
MinWaterDepth |
Minimum water depth of the cross section
This can be negative
| |
ResistanceFactorProportionality |
A proportionality factor that is always multiplied to the tabulated or constant
resistance factor. The ProportionalityFactor is used by the resistance factor
boundaries to adjust the resistance factor during the simulation. This is not
a state variable. Default value: 1.0
| |
ResistanceFormulation |
The ResistanceFormulation that is used for this crossSection and stored in the processed data.
This may differ from the ones specified in the Formulation, which is the formulation for the raw data. | |
TopoID |
The TopoID set that this cross section belongs to. TODO: See where for details?
| |
ZMax |
The maximum value of Z in the cross section.
| |
ZMin |
The minimum value of Z in the cross section.
It can differ from the BottomLevel when sediments are present and added in the bottom of the cross section. |