StructureReachIsLinkChannel Property |
A link channel is a MIKE 11 structure reach. This flag is needed
because link channels do not need to have a boundary created at the downstream end.
Namespace:
DHI.Mike1D.NetworkDataAccess
Assembly:
DHI.Mike1D.NetworkDataAccess (in DHI.Mike1D.NetworkDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public bool IsLinkChannel { get; set; }
Public Property IsLinkChannel As Boolean
Get
Set
public:
property bool IsLinkChannel {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also