EngineRoutingElementCreateDefaultElement Method |
Create a default routing element, utilizing direct routing.
Namespace:
DHI.Mike1D.Engine
Assembly:
DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public static EngineRoutingElement CreateDefaultElement(
ILocation location
)
Public Shared Function CreateDefaultElement (
location As ILocation
) As EngineRoutingElement
public:
static EngineRoutingElement^ CreateDefaultElement(
ILocation^ location
)
Parameters
- location
- Type: DHI.Mike1D.GenericILocation
Location of the routing element
Return Value
Type:
EngineRoutingElementNew default routing element
See Also